Sha256: 9938620aa3c7a4b305c1b360cb1198b6effa9c6c1a71e7985df37d7d77dc7504

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 Bytes

Contents

- in_section :dashboard
- content_for :header do
  %h1 Organizations

.row
  .span4
    %h3 About
    %p All users of Artfully are members of the same organization
    %p Pick a name and time zone for your organization.  This name will be shown within the app and, if you choose, on your Storefront page when selling tickets.
    %p You can change these details at any time from the My Organization screen.
  .span8
    %h3 Create your own
    = form_for @organization do |form|
      %ul= render :partial => 'organizations/form', :locals => { :form => form }
      = form.submit "Create", :class => "btn"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/organizations/new.html.haml
artfully_ose-1.0.0.rc3 app/views/organizations/new.html.haml