File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments