|
43 | 43 | {%endfor%} |
44 | 44 | {%endif%} |
45 | 45 | {%if cfbot_branch %} |
46 | | - <button class="btn btn-outline-secondary" title="This adds the following to your clipboard (needs to be run in an existing git repo): |
| 46 | + <button class="btn btn-secondary" title="This adds the following to your clipboard (needs to be run in an existing git repo): |
47 | 47 | git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git |
48 | 48 | git fetch commitfest cf/{{patch.id}} |
49 | 49 | git checkout commitfest/cf/{{patch.id}}" onclick="addGitCheckoutToClipboard({{patch.id}})">Copy git checkout commands</button> |
|
106 | 106 | </tr> |
107 | 107 | <tr> |
108 | 108 | <th>Reviewers</th> |
109 | | - <td>{{patch.reviewers_string}}<a href="reviewer/{{is_reviewer|yesno:"remove,become"}}/" class="btn btn-outline-secondary float-end">{{is_reviewer|yesno:"Remove from reviewers,Become reviewer"}}</a></td> |
| 109 | + <td>{{patch.reviewers_string}}<a href="reviewer/{{is_reviewer|yesno:"remove,become"}}/" class="btn btn-secondary float-end">{{is_reviewer|yesno:"Remove from reviewers,Become reviewer"}}</a></td> |
110 | 110 | </tr> |
111 | 111 | <tr> |
112 | 112 | <th>Committer</th> |
113 | 113 | <td>{%if patch.committer%}{{patch.committer.fullname}}{%endif%} |
114 | | - {%if is_committer%}<a href="committer/{{is_this_committer|yesno:"remove,become"}}/" class="btn btn-outline-secondary float-end">{{is_this_committer|yesno:"Unclaim as committer,Claim as committer"}}</a>{%endif%} |
| 114 | + {%if is_committer%}<a href="committer/{{is_this_committer|yesno:"remove,become"}}/" class="btn btn-secondary float-end">{{is_this_committer|yesno:"Unclaim as committer,Claim as committer"}}</a>{%endif%} |
115 | 115 | </td> |
116 | 116 | </tr> |
117 | 117 | <tr> |
|
129 | 129 | <th>Emails</th> |
130 | 130 | <td> |
131 | 131 | {%if user.is_authenticated%} |
132 | | - <div style="float:right"><button class="btn btn-outline-secondary" onclick="attachThread({{cf.id}},{{patch.id}})">Attach thread</button></div> |
| 132 | + <div style="float:right"><button class="btn btn-secondary" onclick="attachThread({{cf.id}},{{patch.id}})">Attach thread</button></div> |
133 | 133 | {%else%} |
134 | | - <div style="float:right"><button class="btn btn-outline-secondary" onclick="location.href='/account/login/?next=/{{cf.id}}/{{patch.id}}/%3Fattachthreadnow'">Attach thread</button></div> |
| 134 | + <div style="float:right"><button class="btn btn-secondary" onclick="location.href='/account/login/?next=/{{cf.id}}/{{patch.id}}/%3Fattachthreadnow'">Attach thread</button></div> |
135 | 135 | {%endif%} |
136 | 136 | <dl> |
137 | 137 | {%for t in patch.mailthread_set.all%} |
|
141 | 141 | Latest at <a href="https://www.postgresql.org/message-id/{{t.latestmsgid}}">{{t.latestmessage}}</a> by {{t.latestauthor|hidemail}}<br/> |
142 | 142 | {%for ta in t.mailthreadattachment_set.all%} |
143 | 143 | {%if forloop.first%} |
144 | | - Latest attachment (<a href="https://www.postgresql.org/message-id/attachment/{{ta.attachmentid}}/{{ta.filename}}">{{ta.filename}}</a>) at <a href="https://www.postgresql.org/message-id/{{ta.messageid}}">{{ta.date}}</a> from {{ta.author|hidemail}} <button type="button" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#att{{t.pk}}" title="Show all attachments">+</button> |
| 144 | + Latest attachment (<a href="https://www.postgresql.org/message-id/attachment/{{ta.attachmentid}}/{{ta.filename}}">{{ta.filename}}</a>) at <a href="https://www.postgresql.org/message-id/{{ta.messageid}}">{{ta.date}}</a> from {{ta.author|hidemail}} <button type="button" class="btn btn-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#att{{t.pk}}" title="Show all attachments">+</button> |
145 | 145 | <div id="att{{t.pk}}" class="collapse"> |
146 | 146 | {%endif%} |
147 | 147 | Attachment (<a href="https://www.postgresql.org/message-id/attachment/{{ta.attachmentid}}/{{ta.filename}}">{{ta.filename}}</a>) at <a href="https://www.postgresql.org/message-id/{{ta.messageid}}">{{ta.date}}</a> from {{ta.author|hidemail}} (Patch: {{ta.ispatch|yesno:"Yes,No,Pending check"}})<br/> |
@@ -173,7 +173,7 @@ <h4>Annotations</h4> |
173 | 173 | </table> |
174 | 174 | {%endif%} |
175 | 175 | {%endfor%} |
176 | | - {%if user.is_authenticated%}<button class="btn btn-sm btn-outline-secondary" onclick="addAnnotation({{t.id}})">Add annotation</button>{%endif%} |
| 176 | + {%if user.is_authenticated%}<button class="btn btn-sm btn-secondary" onclick="addAnnotation({{t.id}})">Add annotation</button>{%endif%} |
177 | 177 | </div> |
178 | 178 | </dd> |
179 | 179 | {%endfor%} |
@@ -204,7 +204,7 @@ <h4>Annotations</h4> |
204 | 204 | </table> |
205 | 205 | </div> |
206 | 206 | {%if user.is_authenticated%} |
207 | | - <a href="{{is_subscribed|yesno:"unsubscribe,subscribe"}}/" class="btn btn-outline-secondary">{{is_subscribed|yesno:"Unsubscribe from patch update emails,Subscribe to patch update emails"}}</a> |
| 207 | + <a href="{{is_subscribed|yesno:"unsubscribe,subscribe"}}/" class="btn btn-secondary">{{is_subscribed|yesno:"Unsubscribe from patch update emails,Subscribe to patch update emails"}}</a> |
208 | 208 | {%endif%} |
209 | 209 | </td> |
210 | 210 | </tr> |
@@ -237,7 +237,7 @@ <h3>Flag as committed</h3> |
237 | 237 | </form> |
238 | 238 | </div> |
239 | 239 | <div class="modal-footer"> |
240 | | - <a href="#" class="btn btn-outline-secondary" data-bs-dismiss="modal">Close</a> |
| 240 | + <a href="#" class="btn btn-secondary" data-bs-dismiss="modal">Close</a> |
241 | 241 | <a href="#" class="btn btn-primary" id="doCommitButton">Flag as committed</a> |
242 | 242 | </div> |
243 | 243 | </div> |
@@ -269,7 +269,7 @@ <h3>Add annotation</h3> |
269 | 269 | </div> |
270 | 270 | </div> |
271 | 271 | <div class="modal-footer"> |
272 | | - <a href="#" class="btn btn-outline-secondary" data-bs-dismiss="modal">Close</a> |
| 272 | + <a href="#" class="btn btn-secondary" data-bs-dismiss="modal">Close</a> |
273 | 273 | <a href="#" id="doAnnotateMessageButton" class="btn btn-primary disabled">Add annotation</a> |
274 | 274 | </div> |
275 | 275 | </div></div> |
|
0 commit comments