9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
<%= error_messages_for :style %>
|
||
|
|
||
|
<% form_for(:style, :url => styles_path) do |f| %>
|
||
|
<%= render :partial => 'style_form' %>
|
||
|
<p>
|
||
|
<%= submit_tag "Create" %>
|
||
|
</p>
|
||
|
<% end %>
|