engine/app/views/locomotive/memberships/new.html.haml

15 lines
467 B
Plaintext
Raw Normal View History

- title t('.title')
- content_for :submenu do
= render_cell 'locomotive/settings_menu', :show
2010-07-21 23:56:42 +00:00
%p!= t('.help')
= semantic_form_for @membership, :url => memberships_url do |f|
= f.inputs :name => :membership_email, :class => 'inputs email' do
2010-07-21 23:56:42 +00:00
/ = f.input :email, :css => 'string full', :with_label => false } do
= f.input :email, :label => false
2010-07-21 23:56:42 +00:00
= render 'locomotive/shared/form_actions', :back_url => edit_current_site_url, :button_label => :create