Skip to content
Snippets Groups Projects
Commit ac9ce011 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Remove useless separators

parent 26a7212b
No related branches found
No related tags found
No related merge requests found
<%= osuny_separator %>
<%= render "admin/application/contact_details/edit/postal_address", f: f, lf: lf, about: about, l10n: l10n %>
<%= osuny_separator %>
<div class="row">
<%= render "admin/application/contact_details/edit/phone_numbers", f: f, lf: lf, about: about, l10n: l10n %>
<%= render "admin/application/contact_details/edit/emails", f: f, lf: lf, about: about, l10n: l10n %>
<%= render "admin/application/contact_details/edit/websites", f: f, lf: lf, about: about, l10n: l10n %>
<%= render "admin/application/contact_details/edit/social_networks", f: f, lf: lf, about: about, l10n: l10n %>
</div>
<%= osuny_separator %>
......@@ -27,4 +27,5 @@
</div>
</div>
<%= osuny_separator %>
<% end %>
\ No newline at end of file
......@@ -33,7 +33,9 @@
data: { 'summernote-config' => 'mini-list' }
} %>
<%= render 'admin/application/categories/widget/form', f: f, categories: @categories %>
<%= osuny_separator %>
<%= render 'admin/application/contact_details/edit', f: f, lf: lf, about: organization, l10n: l10n %>
<%= osuny_separator %>
<%= osuny_panel University::Organization.human_attribute_name('legal') do %>
<div class="row pure__row--small">
<div class="col-xl-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment