diff --git a/app/views/assets/_contributor_fields.html.erb b/app/views/assets/_contributor_fields.html.erb index 48cb816..a2ee7e5 100644 --- a/app/views/assets/_contributor_fields.html.erb +++ b/app/views/assets/_contributor_fields.html.erb @@ -9,4 +9,6 @@ <%= link_to_remove_fields "remove", f %> <%= f.input :source, :as => :string, :required => false, :wrapper_html => { :class => "col-1" } %> <%= f.input :ref, :as => :string, :required => false, :wrapper_html => { :class => "col-2" } %> + <%= f.input :affiliation, :as => :string, + :required => false %> <% end %> \ No newline at end of file diff --git a/app/views/assets/_creator_fields.html.erb b/app/views/assets/_creator_fields.html.erb index b241a47..d68fc7f 100644 --- a/app/views/assets/_creator_fields.html.erb +++ b/app/views/assets/_creator_fields.html.erb @@ -16,4 +16,6 @@ <%= f.input :ref, :as => :string, :wrapper_html => { :class => "col-2" }, :required => false %> + <%= f.input :affiliation, :as => :string, + :required => false %> <% end %> \ No newline at end of file diff --git a/app/views/assets/_publisher_fields.html.erb b/app/views/assets/_publisher_fields.html.erb index 4f4821f..22b86f0 100644 --- a/app/views/assets/_publisher_fields.html.erb +++ b/app/views/assets/_publisher_fields.html.erb @@ -9,4 +9,6 @@ <%= link_to_remove_fields "remove", f %> <%= f.input :source, :as => :string, :required => false, :wrapper_html => { :class => "col-1" } %> <%= f.input :ref, :as => :string, :required => false, :wrapper_html => { :class => "col-2" } %> + <%= f.input :affiliation, :as => :string, + :required => false %> <% end %> \ No newline at end of file