diff --git a/app/views/orgs/_profile_form.html.erb b/app/views/orgs/_profile_form.html.erb index b9a9699..4654570 100644 --- a/app/views/orgs/_profile_form.html.erb +++ b/app/views/orgs/_profile_form.html.erb @@ -30,15 +30,17 @@ -
- <%= render(partial: '/shared/links', - locals: { - context: 'org', - title: _('Organisation URLs'), - links: @org.links['org'], - max_number_links: MAX_NUMBER_LINKS_FUNDER, - tooltip: _('Links will be displayed next to your organisation\'s logo') }) %> - <%= hidden_field_tag('org_links', value: @org.links) %> +
+
+ <%= render(partial: '/shared/links', + locals: { + context: 'org', + title: _('Organisation URLs'), + links: @org.links['org'], + max_number_links: MAX_NUMBER_LINKS_FUNDER, + tooltip: _('Links will be displayed next to your organisation\'s logo') }) %> + <%= hidden_field_tag('org_links', value: @org.links) %> +
diff --git a/app/views/shared/_links.html.erb b/app/views/shared/_links.html.erb index c01fe62..b20a916 100644 --- a/app/views/shared/_links.html.erb +++ b/app/views/shared/_links.html.erb @@ -22,7 +22,7 @@