app/views/dhatu/branches/_index.html.erb in dhatu-0.1.18 vs app/views/dhatu/branches/_index.html.erb in dhatu-0.1.19

- old
+ new

@@ -12,11 +12,10 @@ </tr> </thead> <tbody> <tr id="tr_branch_0"></tr> <% @branches.each_with_index do |branch, i| %> - <tr id="tr_branch_<%= branch.id %>"> <th scope="row" style="text-align: center;"> <%= serial_number(i) %> </th> @@ -48,10 +47,9 @@ <% end %> <%= display_featurable_links(branch) %> <%= display_manage_links(branch, @current_user) %> </td> <% end %> - </tr> <% end %> </tbody> </table> </div>