Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 766d66a

Browse files
committed
GHOST-728: Fix webhook button style
1 parent afd6065 commit 766d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app_view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</button></a>
2020
</li>
2121
<li>
22-
<a href="/web/webhooks?application={{ app['name'] }}"><button class="btn btn-primary btn-raised"><span class="glyphicon glyphicon-link"> Webhooks</span></button></a>
22+
<a href="/web/webhooks?application={{ app['name'] }}"><button class="btn btn-primary btn-raised"><span class="glyphicon glyphicon-link"></span> Webhooks</button></a>
2323
</li>
2424
<li>
2525
<a href="/web/apps/{{ app['_id'] }}/edit"><button class="btn btn-raised btn-warning"><span class="glyphicon glyphicon-edit"></span> Edit</button></a>

0 commit comments

Comments
 (0)