2010-05-10 22:39:52 +00:00
|
|
|
- title t('.title')
|
|
|
|
|
|
|
|
- content_for :submenu do
|
2011-11-08 00:11:15 +00:00
|
|
|
= render_cell 'locomotive/settings_menu', :show
|
2010-05-10 22:39:52 +00:00
|
|
|
|
2010-07-21 23:56:42 +00:00
|
|
|
%p!= t('.help')
|
2010-05-10 22:39:52 +00:00
|
|
|
|
2011-10-31 23:44:23 +00:00
|
|
|
= semantic_form_for @membership, :url => memberships_url do |f|
|
2010-05-10 22:39:52 +00:00
|
|
|
|
|
|
|
= f.inputs :name => :membership_email, :class => 'inputs email' do
|
2010-07-21 23:56:42 +00:00
|
|
|
|
2011-12-02 22:31:15 +00:00
|
|
|
= f.input :email, :label => false, :wrapper_html => { :class => 'no-label' }
|
2010-07-21 23:56:42 +00:00
|
|
|
|
2011-11-08 00:11:15 +00:00
|
|
|
= render 'locomotive/shared/form_actions', :back_url => edit_current_site_url, :button_label => :create
|