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

slug

parent d48bb6a1
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
id = partner['id']
unless id.blank?
organization = block.university.organizations.find id %>
- id: "<%= id %>"
- slug: "<%= organization.slug %>"
<% else %>
- name: >
<%= prepare_text_for_static partner['name'] %>
......@@ -12,4 +12,4 @@
logo: "<%= prepare_media_for_static partner, 'logo' %>"
<% end %>
<% end %>
<% end %>
\ No newline at end of file
<% end %>
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