Skip to content

Commit

Permalink
Make logo clickable on editor page
Browse files Browse the repository at this point in the history
  • Loading branch information
durden committed Apr 26, 2016
1 parent 6c2b00a commit 99ab7a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pskb_website/templates/editor.html
Expand Up @@ -31,7 +31,9 @@

<div class="col-xs-12 col-sm-6 editor-column" id="droppable-area">
<div class="editor-header">
<img src="/static/img/light-logo.png" alt="hack.guides()" class="editor-ps-logo img-responsive">
<a href="{{url_for('index')}}">
<img src="/static/img/light-logo.png" alt="hack.guides()" class="editor-ps-logo img-responsive">
</a>

<button onclick="save('{{article.sha}}', '{{article.path}}', '{{secondary_repo}}')" class="btn btn-primary btn-save">Save</button>
<button onclick="cancel()" class="btn btn-danger btn-cancel">Cancel</button>
Expand Down

0 comments on commit 99ab7a3

Please sign in to comment.