Skip to content

Commit

Permalink
add set
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscher committed Mar 3, 2020
1 parent bc3192c commit e83ca12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% form_id = "resource_title_#{resource.id}" %>
<%= form_tag(titles_update_path, method: :patch, remote: true, authenticity_token: true, html: { id: form_id, class: 'c-input' }) do |f| %>
<% my_suffix = field_suffix(resource) %>
<strong><%= label_tag "#{my_suffix}", "Data Title", class: 'required c-input__label' %></strong><br/>
<strong><%= label_tag "#{my_suffix}", "Dataset Title", class: 'required c-input__label' %></strong><br/>
<%= text_field_tag :title, resource.title, id: "title_#{my_suffix}", class: 'title c-input__text', size: 130 %>
<%= hidden_field_tag :id, resource.id %>
<%= hidden_field_tag(:form_id, form_id) %>
Expand Down

0 comments on commit e83ca12

Please sign in to comment.