Sha256: 02298500ddf661ee7a5394366ee9a6843887e7f705d150a0f2709e54e46f4bd2

Contents?: true

Size: 554 Bytes

Versions: 37

Compression:

Stored size: 554 Bytes

Contents

- in_section :dashboard
- content_for :header do
  %h1 Organizations
  %ul.from-here
    %li= link_to "New Organization", new_organization_path if !current_user.is_in_organization?

.row
  .span8.offset4
    %h3 My Organization
    #organizations
      %table.standalone
        %thead
          %tr
            %th Name
            %th Created Date
        %tbody
          - @organizations.each do |organization|
            %tr
              %td= link_to organization.name, organization
              %td= l organization.created_at, :format => :short

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/organizations/index.html.haml
artfully_ose-1.3.0.pre3 app/views/organizations/index.html.haml
artfully_ose-1.3.0.pre2 app/views/organizations/index.html.haml
artfully_ose-1.3.0.pre1 app/views/organizations/index.html.haml
artfully_ose-1.2.0 app/views/organizations/index.html.haml
artfully_ose-1.2.0.beta.1 app/views/organizations/index.html.haml
artfully_ose-1.2.0.alpha.2 app/views/organizations/index.html.haml
artfully_ose-1.2.0.alpha.1 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.27 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.26 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.24 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.23 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.21 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.20 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.19 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.18 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.17 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.16 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.15 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.12 app/views/organizations/index.html.haml