From c0c80e27ff0bbbaa9fd37d74af87c5d4eb816e04 Mon Sep 17 00:00:00 2001 From: Type-kun Date: Mon, 1 Aug 2016 08:57:19 +0500 Subject: [PATCH] Fixed typo: commentary_check -> check_commentary --- app/views/artist_commentaries/_form.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/artist_commentaries/_form.html.erb b/app/views/artist_commentaries/_form.html.erb index 4a4f598e2..b173e342e 100644 --- a/app/views/artist_commentaries/_form.html.erb +++ b/app/views/artist_commentaries/_form.html.erb @@ -55,18 +55,18 @@ <% end %> - <% if @post.has_tag?("commentary_check") %> + <% if @post.has_tag?("check_commentary") %>
<% else %>
<% end %>