We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdf2c6 commit a2f48efCopy full SHA for a2f48ef
_includes/safs_print.html
@@ -23,6 +23,23 @@
23
width:100%;
24
font-family: Frutiger W01;
25
}
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
40
+ text-decoration:none;
41
42
43
</style>
44
45
<div id="print-parent">
@@ -101,7 +118,7 @@ <h3> {{saf_dimension.title}}</h3>
101
118
{% endif %}
102
119
<tr>
103
120
<td style="width:3%;">
104
- <b>{{ saf.title }}</b>
121
+ <b><a href="{{saf.url |relative_url}}">{{ saf.title }}</a></b>
105
122
</td>
106
123
<td style="width:10%;">
107
124
{{ saf.description }}
0 commit comments