Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%= simple_form_for(@message) do |f| %>
- <%= f.error_notification %>
- <div class="inputs">
- <%= f.input :subject %>
- <%= f.input :message_text %>
- </div>
- <div class="actions">
- <%= f.button :submit, class: "btn btn-primary btn-small" %>
- </div>
- <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement