Sha256: f62db3abefe59c25b24092b675fae7bdb9219627ee0eeaec7c0af4846b6b0a03

Contents?: true

Size: 875 Bytes

Versions: 14

Compression:

Stored size: 875 Bytes

Contents

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

.bottom-room.bordered-section
  .row
    .span3
      %h3{:style => "margin-top: 0px"} Details
      - if can? :manage, current_user.current_organization
        = link_to "Edit", edit_organization_path(@organization), {:class => "btn"}
    .span9
      %ul.kv
        %li.row-fluid
          .key.span3 Organization Name
          .value.span9= @organization.name
        %li.row-fluid
          .key.span3 Email
          .value.span9= @organization.email
        %li.row-fluid
          .key.span3 Time Zone
          .value.span9= @organization.time_zone

.bottom-room.bordered-section
  = render :partial => "kits/list", :locals => { :organization => @organization }

.bottom-room.bordered-section
  = render :partial => "user_memberships/list", :locals => { :organization => @organization }

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre1 app/views/organizations/show.html.haml
artfully_ose-1.2.0 app/views/organizations/show.html.haml
artfully_ose-1.2.0.beta.1 app/views/organizations/show.html.haml
artfully_ose-1.2.0.alpha.2 app/views/organizations/show.html.haml
artfully_ose-1.2.0.alpha.1 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.27 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.26 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.24 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.23 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.21 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.20 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.19 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.18 app/views/organizations/show.html.haml
artfully_ose-1.2.0.pre.17 app/views/organizations/show.html.haml