Skip to content

Commit

Permalink
Merge pull request #5125 from mzazrivec/add_missing_gettext_into_exp_…
Browse files Browse the repository at this point in the history
…editor.html.haml

Add missing gettext into exp_editor.html.haml
  • Loading branch information
martinpovolny authored Jan 7, 2019
2 parents 50c577c + be7081a commit d3a67ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/_exp_editor.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
- elsif [token].flatten.first == "???"
%strong{:style => "color: #0088ce"}
- if @edit[@expkey][:exp_token]
= "<new element>"
= "<#{_('new element')}>"
- else
= link_to("<new element>",
= link_to("<#{_('new element')}>",
{:action => 'exp_token_pressed',
:token => token.last},
:style => "text-decoration: underline",
Expand Down

0 comments on commit d3a67ad

Please sign in to comment.