2010-05-10 22:39:52 +00:00
|
|
|
- title t('.title')
|
|
|
|
|
|
|
|
- content_for :submenu do
|
|
|
|
= render 'admin/shared/menu/settings'
|
|
|
|
|
2010-07-21 23:56:42 +00:00
|
|
|
%p!= t('.help')
|
2010-05-10 22:39:52 +00:00
|
|
|
|
|
|
|
= semantic_form_for @membership, :url => admin_memberships_url do |f|
|
|
|
|
|
|
|
|
= f.inputs :name => :membership_email, :class => 'inputs email' do
|
2010-07-21 23:56:42 +00:00
|
|
|
|
2010-05-10 22:39:52 +00:00
|
|
|
= f.custom_input :email, { :css => 'string full', :with_label => false } do
|
|
|
|
= f.text_field :email
|
2010-07-21 23:56:42 +00:00
|
|
|
|
2010-05-10 22:39:52 +00:00
|
|
|
= render 'admin/shared/form_actions', :back_url => edit_admin_current_site_url, :button_label => :create
|