diff --git a/views/comments_extra_field.html.erb b/views/comments_extra_field.html.erb index 3e66378..b34fb30 100644 --- a/views/comments_extra_field.html.erb +++ b/views/comments_extra_field.html.erb @@ -1,4 +1,4 @@ -
+
<%= label_tag "input_institution", _("Organization name or Enterprise name")%> diff --git a/views/gov_user_plugin/_institution.html.erb b/views/gov_user_plugin/_institution.html.erb index 66b0d72..122a3e9 100644 --- a/views/gov_user_plugin/_institution.html.erb +++ b/views/gov_user_plugin/_institution.html.erb @@ -24,10 +24,7 @@
<%= labelled_form_for :community, :url => {:action=>"new_institution"}, :html => { :multipart => true, :id=>"institution_form" } do |f| %> -
- <%= required_fields_message %> -
-
+ <%= required_fields_message %> <%= hidden_field_tag "edit_institution_page", false %> <%= fields_for :institutions do |inst| %> @@ -114,7 +111,6 @@ <% end %>
-
<% if @url_token == "create_institution_admin" %> <%= submit_button :save, _('Save') %> diff --git a/views/gov_user_plugin_myprofile/edit_institution.html.erb b/views/gov_user_plugin_myprofile/edit_institution.html.erb index db95e3a..06d2c04 100644 --- a/views/gov_user_plugin_myprofile/edit_institution.html.erb +++ b/views/gov_user_plugin_myprofile/edit_institution.html.erb @@ -23,7 +23,6 @@
<%= _("All fields with (*) are mandatory") %>
-
<%= labelled_form_for :community,:html => { :multipart => true, :id=>"institution_form" } do |f| %> <%= hidden_field_tag "edit_institution_page", true %> <%= fields_for :institutions do |inst| %> @@ -111,7 +110,6 @@ <% end %>
-
<%= submit_button :save, _('Save') %> <% end %> -- libgit2 0.21.2