You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
11 years ago
|
|
||
|
- page_style :form
|
||
|
|
||
|
= tabs!
|
||
|
.row
|
||
|
= form_for @organization do |f|
|
||
|
.columns.medium-4
|
||
|
%h2=_'organization.members.help.title', :t
|
||
|
%p=_'organization.members.help', :p
|
||
|
.columns.medium-8
|
||
|
= field f, :cover, :image_field, @organization.cover_url
|
||
|
= field f, :year_founded, :number_field
|
||
|
= actions :save
|