Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:mlc/wnetpbcore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Trautmann committed Feb 1, 2012
2 parents 03c50dc + 73e95a7 commit 8b878a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/assets/_contributor_fields.html.erb
Expand Up @@ -9,4 +9,6 @@
<%= link_to_remove_fields "remove", f %> <%= link_to_remove_fields "remove", f %>
<%= f.input :source, :as => :string, :required => false, :wrapper_html => { :class => "col-1" } %> <%= 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 :ref, :as => :string, :required => false, :wrapper_html => { :class => "col-2" } %>
<%= f.input :affiliation, :as => :string,
:required => false %>
<% end %> <% end %>
2 changes: 2 additions & 0 deletions app/views/assets/_creator_fields.html.erb
Expand Up @@ -16,4 +16,6 @@
<%= f.input :ref, :as => :string, <%= f.input :ref, :as => :string,
:wrapper_html => { :class => "col-2" }, :wrapper_html => { :class => "col-2" },
:required => false %> :required => false %>
<%= f.input :affiliation, :as => :string,
:required => false %>
<% end %> <% end %>
2 changes: 2 additions & 0 deletions app/views/assets/_publisher_fields.html.erb
Expand Up @@ -9,4 +9,6 @@
<%= link_to_remove_fields "remove", f %> <%= link_to_remove_fields "remove", f %>
<%= f.input :source, :as => :string, :required => false, :wrapper_html => { :class => "col-1" } %> <%= 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 :ref, :as => :string, :required => false, :wrapper_html => { :class => "col-2" } %>
<%= f.input :affiliation, :as => :string,
:required => false %>
<% end %> <% end %>

0 comments on commit 8b878a2

Please sign in to comment.