diff --git a/app/views/organisations/admin_edit.html.erb b/app/views/organisations/admin_edit.html.erb index c8d5f56..9a2548c 100644 --- a/app/views/organisations/admin_edit.html.erb +++ b/app/views/organisations/admin_edit.html.erb @@ -23,9 +23,6 @@
<%= f.text_field :abbreviation, :as => :string, :class => 'text_field' %>
-
- <%= link_to( image_tag('help_button.png'), '#', :class => 'org_abbr_popover', :rel => "popover", 'data-html' => "true", 'data-content' => t('org_admin.templates.desc_help_text_html'))%> -
@@ -66,7 +63,9 @@ <%= t('org_admin.org_type') %> - <%= @organisation.organisation_type.name %> + + <%= @organisation.organisation_type.name %> +