Skip to content

Commit

Permalink
Remove redundant titles
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed May 22, 2017
1 parent 1fdc635 commit 63c54ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/views/admin/edit_post.dust
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-menu dropdown-menu-no-min">
<button type="button" class="dropdown-item" data-fullscreen title="{@i18n term="fullscreen"/}">{@i18n term="fullscreen"/}</button>
<button type="button" class="dropdown-item" data-zen-mode title="{@i18n term="zen_mode"/}">{@i18n term="zen_mode"/}</button>
<button type="button" class="dropdown-item" data-fullscreen>{@i18n term="fullscreen"/}</button>
<button type="button" class="dropdown-item" data-zen-mode>{@i18n term="zen_mode"/}</button>
<div class="dropdown-divider"></div>
<button type="button" class="dropdown-item" data-word-count>{@i18n term="word_count"/}</button>
<div class="dropdown-divider"></div>
Expand Down

0 comments on commit 63c54ef

Please sign in to comment.