Fixed typo: commentary_check -> check_commentary
This commit is contained in:
@@ -55,18 +55,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @post.has_tag?("commentary_check") %>
|
<% if @post.has_tag?("check_commentary") %>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<label>
|
<label>
|
||||||
<%= check_box :artist_commentary, :remove_commentary_check_tag %>
|
<%= check_box :artist_commentary, :remove_commentary_check_tag %>
|
||||||
Remove <em>commentary_check</em> tag
|
Remove <em>check_commentary</em> tag
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<label>
|
<label>
|
||||||
<%= check_box :artist_commentary, :add_commentary_check_tag %>
|
<%= check_box :artist_commentary, :add_commentary_check_tag %>
|
||||||
Add <em>commentary_check</em> tag
|
Add <em>check_commentary</em> tag
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user