Mercurial > piecrust2
comparison piecrust/admin/templates/publish.html @ 1069:dff873f11541
admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 13 Feb 2018 23:22:27 -0800 |
parents | 96ea68c36a74 |
children |
comparison
equal
deleted
inserted
replaced
1068:137c9b41edd2 | 1069:dff873f11541 |
---|---|
13 <div> | 13 <div> |
14 <h3>{{target.name}}</h3> | 14 <h3>{{target.name}}</h3> |
15 {% if target.description %}<p>{{target.description}}</p>{% endif %} | 15 {% if target.description %}<p>{{target.description}}</p>{% endif %} |
16 <form action="{{url_run}}" method="POST"> | 16 <form action="{{url_run}}" method="POST"> |
17 <input type="hidden" name="target" value="{{target.name}}" /> | 17 <input type="hidden" name="target" value="{{target.name}}" /> |
18 <button type="submit" class="btn btn-default"><span class="icon ion-funnel"></span> Execute</button> | 18 <button type="submit" class="btn btn-default"><span class="oi oi-cloud-upload"></span> Execute</button> |
19 </form> | 19 </form> |
20 </div> | 20 </div> |
21 {% endfor %} | 21 {% endfor %} |
22 | 22 |
23 {% if last_log %} | 23 {% if last_log %} |