Skip to content

Commit

Permalink
Added a form
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Glen committed Jun 11, 2014
1 parent 6c1e34e commit 8a819b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/smithy/content_pieces/new.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
<% content_for :title, "New #{klass_name}" %>
<%= semantic_form_for @record do |f| %>
<%= f.inputs do %>
<%= f.inputs *accessible_attributes %>
<% end %>
<%= f.actions :submit %>
<% end %>

0 comments on commit 8a819b1

Please sign in to comment.