Commit b787b495f99d7bf8fb45c877357c1e5541991643
Committed by
Rafael Manzo
1 parent
539ab459
Exists in
colab
and in
4 other branches
Rename partial mezuro_configuration to kalibro_configuration
Showing
2 changed files
with
10 additions
and
10 deletions
Show diff stats
app/views/kalibro_configurations/_kalibro_configuration.html.erb
0 → 100644
| ... | ... | @@ -0,0 +1,10 @@ |
| 1 | +<tr> | |
| 2 | + <td><%= kalibro_configuration.name %></td> | |
| 3 | + <td><%= kalibro_configuration.description %></td> | |
| 4 | + <td><%= link_to 'Show', kalibro_configuration_path(kalibro_configuration.id), class: 'btn btn-info' %></td> | |
| 5 | + <td> | |
| 6 | + <% if kalibro_configuration_owner?(kalibro_configuration.id) %> | |
| 7 | + <%= link_to 'Edit', edit_kalibro_configuration_path(kalibro_configuration.id), class: 'btn btn-info' %> | |
| 8 | + <% end %> | |
| 9 | + </td> | |
| 10 | +</tr> | |
| 0 | 11 | \ No newline at end of file | ... | ... |
app/views/kalibro_configurations/_mezuro_configuration.html.erb
| ... | ... | @@ -1,10 +0,0 @@ |
| 1 | -<tr> | |
| 2 | - <td><%= kalibro_configuration.name %></td> | |
| 3 | - <td><%= kalibro_configuration.description %></td> | |
| 4 | - <td><%= link_to 'Show', kalibro_configuration_path(kalibro_configuration.id), class: 'btn btn-info' %></td> | |
| 5 | - <td> | |
| 6 | - <% if kalibro_configuration_owner?(kalibro_configuration.id) %> | |
| 7 | - <%= link_to 'Edit', edit_kalibro_configuration_path(kalibro_configuration.id), class: 'btn btn-info' %> | |
| 8 | - <% end %> | |
| 9 | - </td> | |
| 10 | -</tr> | |
| 11 | 0 | \ No newline at end of file |