Fixed typo: commentary_check -> check_commentary

This commit is contained in:
Type-kun
2016-08-01 08:57:19 +05:00
committed by GitHub
parent dc9f35fc48
commit c0c80e27ff

View File

@@ -55,18 +55,18 @@
</div>
<% end %>
<% if @post.has_tag?("commentary_check") %>
<% if @post.has_tag?("check_commentary") %>
<div class="input">
<label>
<%= check_box :artist_commentary, :remove_commentary_check_tag %>
Remove <em>commentary_check</em> tag
Remove <em>check_commentary</em> tag
</label>
</div>
<% else %>
<div class="input">
<label>
<%= check_box :artist_commentary, :add_commentary_check_tag %>
Add <em>commentary_check</em> tag
Add <em>check_commentary</em> tag
</label>
</div>
<% end %>