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

fixtures

parent f0f98de0
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<thead>
<tr>
<th><%= Administration::Location.human_attribute_name('name') %></th>
<th><%= Administration::Location.human_attribute_name('address') %></th>
<th></th>
</tr>
</thead>
......@@ -10,6 +11,7 @@
<% locations.ordered.each do |location| %>
<tr>
<td><%= link_to location, [:admin, location] %></td>
<td><%= location.full_street_address %></td>
<td class="text-end">
<div class="btn-group" role="group">
<%= edit_link location %>
......
......@@ -2,7 +2,7 @@
one:
name: MyString
university: one
university: default_university
address: MyString
city: MyString
country: MyString
......@@ -14,7 +14,7 @@ one:
two:
name: MyString
university: two
university: default_university
address: MyString
city: MyString
country: MyString
......
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