fixes typo and specs

This commit is contained in:
kikito
2015-09-04 15:36:54 +02:00
parent dd4a2d57cf
commit 8b16ecfcf9
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
<table>
<% @organizations.each do |organization| %>
<tr id="<%= dom_id(oganization) %>">
<tr id="<%= dom_id(organization) %>">
<td><%= organization.name %></td>
<td><%= organization.email %></td>
<td><%= organization.phone_number %></td>