add item set with scaffold
This commit is contained in:
19
app/views/settings/item_sets/show.html.erb
Normal file
19
app/views/settings/item_sets/show.html.erb
Normal file
@@ -0,0 +1,19 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= @settings_item_set.name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Min selectable qty:</strong>
|
||||
<%= @settings_item_set.min_selectable_qty %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Max selectable qty:</strong>
|
||||
<%= @settings_item_set.max_selectable_qty %>
|
||||
</p>
|
||||
|
||||
<%= link_to 'Edit', edit_settings_item_set_path(@settings_item_set) %> |
|
||||
<%= link_to 'Back', settings_item_sets_path %>
|
||||
Reference in New Issue
Block a user