Skip to content

Commit

Permalink
Update edit.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Dec 2, 2020
1 parent 1081ab1 commit cbb807b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/wiki/edit.html.erb
Expand Up @@ -74,7 +74,7 @@
<%= render partial: 'editor/tag_input' %>
<br>
<a id="publish" tabindex="5" class="publish btn btn-primary btn-lg"><%= translation('wiki.edit.publish') %></a>
# due to translation helper issues the following line cannot use the `translation()` helper - https://github.com/publiclab/plots2/issues/7798
<!-- due to translation helper issues the following line cannot use the `translation()` helper - https://github.com/publiclab/plots2/issues/7798 -->
<a tabindex="6" data-previewing-text="<%= t('wiki.edit.previewing_text') %>" class="btn btn-outline-secondary btn-lg preview-btn" onClick="$E.toggle_preview()"><%= t('wiki.edit.preview') %></a>
<a class="btn btn-outline-secondary btn-lg" href="/wiki/<%= params["id"] %>">Cancel</a>

Expand Down

0 comments on commit cbb807b

Please sign in to comment.