Skip to content

Commit 4700acf

Browse files
committed
templates: global tag heading links to documentation
Signed-off-by: Tibor Simko <[email protected]>
1 parent 52d056f commit 4700acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cernopendata/templates/cernopendata_records_ui/records/record_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>System Details</h2>
136136
<span>{{record.system_details.description}}</span>
137137
{% endif %}
138138
{% if record.system_details.global_tag %}
139-
<label>Global tag:</label>
139+
<label>Recommended <a href="/docs/cms-guide-for-condition-database">global tag</a> for analysis:</label>
140140
<span>{{record.system_details.global_tag}}</span>
141141
{% endif %}
142142
<br>

0 commit comments

Comments
 (0)