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