add mm
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<tbody>
|
||||
<% @dining_charges.each do |dining_charge| %>
|
||||
<tr>
|
||||
<td><%= link_to 'Show', dining_charge %></td>
|
||||
<td><%= link_to 'Edit', edit_dining_charge_path(dining_charge) %></td>
|
||||
<td><%= link_to 'Destroy', dining_charge, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
||||
<td><%= link_to t("views.btn.show"), dining_charge %></td>
|
||||
<td><%= link_to t("views.btn.edit"), edit_dining_charge_path(dining_charge) %></td>
|
||||
<td><%= link_to t("views.btn.delete"), dining_charge, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<%= link_to 'Edit', edit_dining_charge_path(@dining_charge) %> |
|
||||
<%= link_to 'Back', dining_charges_path %>
|
||||
<%= link_to t("views.btn.edit"), edit_dining_charge_path(@dining_charge) %> |
|
||||
<%= link_to t('.new', :default => t("views.btn.new")), dining_charges_path %>
|
||||
|
||||
Reference in New Issue
Block a user