fixed human_name warning
This commit is contained in:
committed by
funkensturm
parent
ba3042f98b
commit
b442641496
@@ -2,7 +2,7 @@
|
||||
<div class="yui-u first">
|
||||
<%= form_for(:digital, :url => { :controller => 'digitals', :action => 'create' }, :html => { :multipart => true }) do |f| %>
|
||||
<fieldset>
|
||||
<legend><%= Variant.human_name %> "<%= variant.options_text %>"</legend>
|
||||
<legend><%= Variant.model_name.human %> "<%= variant.options_text %>"</legend>
|
||||
|
||||
<%= f.field_container :current_file do %>
|
||||
<strong><%=t 'current_file' %>:</strong><br/>
|
||||
|
||||
Reference in New Issue
Block a user