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

link

parent 415826d6
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,9 @@
<% end %>
</div>
<div class="col-md-6">
<% [:url, :phone, :email].each do |property| %>
<h3 class="h5"><%= University::Organization.human_attribute_name(:url) %></h3>
<p><%= link_to @organization.url, @organization.url, target: :_blank %></p>
<% [:phone, :email].each do |property| %>
<h3 class="h5"><%= University::Organization.human_attribute_name(property) %></h3>
<p><%= @organization.send property %></p>
<% 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