Skip to content

Commit a2f48ef

Browse files
hidden links on print page. useful to copy to confluence.
1 parent cbdf2c6 commit a2f48ef

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

_includes/safs_print.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@
2323
width:100%;
2424
font-family: Frutiger W01;
2525
}
26+
27+
a {
28+
color: #000000;
29+
text-decoration: none;
30+
}
31+
32+
a:hover {
33+
color:#000000;
34+
text-decoration:underline;
35+
cursor:pointer;
36+
}
37+
38+
a:visited {
39+
color:#000000;
40+
text-decoration:none;
41+
cursor:pointer;
42+
}
2643
</style>
2744

2845
<div id="print-parent">
@@ -101,7 +118,7 @@ <h3> {{saf_dimension.title}}</h3>
101118
{% endif %}
102119
<tr>
103120
<td style="width:3%;">
104-
<b>{{ saf.title }}</b>
121+
<b><a href="{{saf.url |relative_url}}">{{ saf.title }}</a></b>
105122
</td>
106123
<td style="width:10%;">
107124
{{ saf.description }}

0 commit comments

Comments
 (0)