Mercurial > piecrust2
comparison piecrust/admin/templates/publish.html @ 962:96ea68c36a74
admin: Add icon to publish button.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 07 Oct 2017 12:17:29 -0700 |
parents | 4f136b746081 |
children | dff873f11541 |
comparison
equal
deleted
inserted
replaced
961:b1a00c2c0c7f | 962:96ea68c36a74 |
---|---|
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">Execute</button> | 18 <button type="submit" class="btn btn-default"><span class="icon ion-funnel"></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 %} |