Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/body.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<div id="operations">
<button type="button" class="btn btn-primary btn-sm" onclick="htmlapi.up()" {{#unless operations.up}}disabled="disabled"{{/unless}}><span class="icon icon-chevron-up"></span> Up</button>
<button type="button" class="btn btn-primary btn-sm" onclick="htmlapi.reload()"><span class="icon icon-refresh"></span> Reload</button>
{{#if operations.post}}
{{!-- {{#if operations.post}}
Comment thread
nwmac marked this conversation as resolved.
<button type="button" class="btn btn-primary btn-sm" onclick="htmlapi.create()"><span class="icon icon-plus"></span> Create</button>
{{/if}}
{{#if operations.put}}
<button type="button" class="btn btn-primary btn-sm" onclick="htmlapi.update()"><span class="icon icon-edit"></span> Edit</button>
{{/if}}
{{/if}} --}}
{{#if operations.delete}}
<button type="button" class="btn btn-primary btn-sm" onclick="htmlapi.remove()"><span class="icon icon-trash"></span> Delete</button>
{{/if}}
Expand Down
Loading