Skip to content

Commit 246ad04

Browse files
committed
Use a nicer separator in page titles
1 parent 7056ad8 commit 246ad04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/prosilver/template/list_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% include 'overall_header.html' %}
44

5-
<h2>{{ lang('IDEAS_TITLE') }} :: {{ STATUS_NAME }}</h2>
5+
<h2>{{ lang('IDEAS_TITLE') }} <i class="icon fa-fw fa-angle-double-right"></i>{{ STATUS_NAME }}</h2>
66

77
{% include 'action_bar_top.html' %}
88

0 commit comments

Comments
 (0)