fixes typo and specs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user