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.2.0.pre.11 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.10 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.9 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.8 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.7 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.6 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.5 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.4 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.3 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.2 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre.1 app/views/organizations/index.html.haml
artfully_ose-1.2.0.pre app/views/organizations/index.html.haml
artfully_ose-1.1.0 app/views/organizations/index.html.haml
artfully_ose-1.1.0.rc2 app/views/organizations/index.html.haml
artfully_ose-1.1.0.rc1 app/views/organizations/index.html.haml
artfully_ose-1.0.0.rc4 app/views/organizations/index.html.haml
artfully_ose-1.0.0.rc3 app/views/organizations/index.html.haml