Sha256: 154e90e13f7cbbcca5e53cc22929623aeaa9da3c55fbd41389230064d5be366a

Contents?: true

Size: 682 Bytes

Versions: 1

Compression:

Stored size: 682 Bytes

Contents

<section id="project-info">
  <h2>Organization Information</h2>
  <div class="project-info-inner row">
    <div class="small-12 large-4 columns">

      <%= link_to image_tag(@organization.logo.thumb.url), class: "th radius" %>
    </div>
    <div class="small-12 large-4 columns">
      <h3>Location</h3>
      <%= simple_format(@organization.location) %>
    </div>
    <div class="small-12 large-4 columns">
      <h3>Description</h3>
      <%= simple_format(@organization.description) %>
    </div>
  </div>
</section>

<section id="project-tabs">
  <dl class="sub-nav">
    <%= subnav_link_to("users", "Members", organization_members_path(@organization)) %>
  </dl>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/app/cells/organization/show.html.erb