english mandatory removed from albums

This commit is contained in:
Harry Bomrah 2013-04-22 17:21:07 +08:00 committed by Matt K. Fu
parent 536f0d30af
commit 11067ef34f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<% end %> <% end %>
<p class="control-group"> <p class="control-group">
<%= label_tag(locale, t("gallery.album_name")) %> <%= label_tag(locale, t("gallery.album_name")) %>
<%= name.text_field locale, :class => "validate input-xlarge" %> <%= name.text_field locale, :class => (locale == "zh_tw") ? "validate" : "" + "input-xlarge" %>
</p> </p>
</div> </div>
<% end %> <% end %>