Advertisement
theminijohn

Untitled

Aug 16th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.27 KB | None | 0 0
  1. <%= simple_form_for(@message) do |f| %>
  2.   <%= f.error_notification %>
  3.  
  4.   <div class="inputs">
  5.     <%= f.input :subject %>
  6.     <%= f.input :message_text %>
  7.   </div>
  8.  
  9.   <div class="actions">
  10.     <%= f.button :submit, class: "btn btn-primary btn-small" %>
  11.   </div>
  12.  
  13. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement