Sha256: 7456156f14cf557a190fdfda9ecd8951df83c79f278c188679d8f80f78b7289b

Contents?: true

Size: 609 Bytes

Versions: 15

Compression:

Stored size: 609 Bytes

Contents

- in_section :dashboard
- content_for :header do
  %h1 Account Administration

%ul.kv
  %li.row-fluid
    .key.span2 Organization Name
    .value.span6= @organization.name
  %li.row-fluid
    .key.span2 Email
    .value.span6= @organization.email
  %li.row-fluid
    .key.span2 Time Zone
    .value.span6= @organization.time_zone
    
- if can? :manage, current_user.current_organization
  = link_to "Edit", edit_organization_path(@organization), {:class => "btn"}

#organization-details.row
  #memberships.span12
    = render :partial => "user_memberships/list", :locals => { :organization => @organization }

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.16 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.15 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.12 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.11 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.10 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.9 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.8 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.7 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.6 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.5 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.4 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.3 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.2 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.1 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre app/views/organizations/show.html.haml