lib/calamum/templates/twitter/index.html.erb in calamum-1.1.0 vs lib/calamum/templates/twitter/index.html.erb in calamum-1.2.0
- old
+ new
@@ -39,10 +39,10 @@
</thead>
<tbody>
<% endpoints.each do |resource| %>
<tr>
<td class="views-field-title">
- <a href="<%= resource.object_id %>.html"><%= resource.action %> <%= resource.uri %></a>
+ <a href="<%= resource.slug %>.html"><%= resource.action %> <%= resource.uri %></a>
</td>
<td class="views-field-body">
<%= resource.description %>
</td>
</tr>