diff options
Diffstat (limited to 'views/editor.php')
-rw-r--r-- | views/editor.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/editor.php b/views/editor.php index 8bef0e5..1b82ab4 100644 --- a/views/editor.php +++ b/views/editor.php @@ -43,11 +43,12 @@ <div class="toolbar"> <div class="toolbar-left"> - <span class="item"><a href="/"><img src="/editor/quill-logo-36.png" width="36" height="31"></a></span> + <span class="item"><a href="/"><img src="/editor/quill-logo-36.png" width="36" height="31" class="logo"></a></span> <span class="item text"><span id="draft-status">Draft</span></span> </div> <div class="toolbar-right"> - + <button class="btn" id="publish_btn">Publish</button> + <button class="btn" id="new_btn">New</button> </div> <div class="clear"></div> </div> |