This commit is contained in:
albert
2013-02-23 12:36:45 -05:00
parent 0e0d83c7eb
commit c62b8ee46e
3 changed files with 37 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
<%= simple_form_for(@artist) do |f| %>
<%= f.input :name %>
<div class="input">
<label for="artist_name">Name</label>
<%= text_field "artist", "name" %>
[<%= link_to "check", "#", :id => "check-name-link" %>]
<span id="check-name-result"></span>
</div>
<%= f.input :other_names_comma, :hint => "Separate with commas", :as => :text, :label => "Other names" %>
<%= f.input :group_name %>
<%= f.input :url_string, :label => "URLs", :as => :text, :input_html => {:size => "50x5"} %>