| Name | Type | |
|---|---|---|
| <%=link_to h(style.name), admin_url( :controller => params[:controller],:action => 'edit', :id => style)%> | <%=h style.style_type.name %> | <%= link_to 'Destroy', admin_url( :controller => params[:controller], :action => 'destroy', :id => style), :confirm => 'Are you sure?', :post => true if style.stylings.empty?%> |
<%= text_field 'style', 'name' %>
<%= text_area 'style', 'data' %>
<%= select 'style', 'style_type_id',
@style_types.
Pages:
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222