Skip to content

Commit 1ef5da6

Browse files
committed
Fixup workflow actions, use glyphicon-edit instead of label link.
1 parent be49753 commit 1ef5da6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pgcommitfest/commitfest/templates/patch_workflow.inc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,24 @@
120120
<span class="label label-{{poc.commitfest.status|patchstatuslabel}}">{{poc.commitfest.statusstring}}</span>
121121
<span class="label label-{{poc.status|patchstatuslabel}}">{{poc.statusstring}}</span>
122122
<span>
123-
{%if user.is_authenticated%}<a href="edit/">{%endif%}
124-
Version{%if user.is_authenticated%}</a>{%endif%}:
123+
Version:
125124
</span>
126125
<span class="label label-default">{%if patch.targetversion%}{{patch.targetversion}}{%else%}N/A{%endif%}</span>
126+
{%if user.is_authenticated %}
127+
<a href="edit/" class="glyphicon glyphicon-edit"></a>
128+
{%endif%}
127129
{%if user.is_authenticated %}
128130
<span class="pull-right">Updates: <a href="{{is_subscribed|yesno:"unsubscribe,subscribe"}}/" class="btn btn-default">{{is_subscribed|yesno:"Unsubscribe,Subscribe"}}</a></span>
129131
{%endif%}
130132
</div>
131133
<div>
132134
<span>
133-
{%if user.is_authenticated%}<a href="edit/">{%endif%}
134-
Topic{%if user.is_authenticated%}</a>{%endif%}:
135+
Topic:
135136
</span>
136137
<span>{{ patch.topic }}</span>
138+
{%if user.is_authenticated %}
139+
<a href="edit/" class="glyphicon glyphicon-edit"></a>
140+
{%endif%}
137141
</div>
138142
<div>
139143
<span>Last Modified:</span> <span>{{patch.modified}} ({% cfwhen patch.modified %})</span>

0 commit comments

Comments
 (0)