Sha256: 6179f8b9ee63cee9c5151a0d91c6f185bcc0f046d71536c3c520e7cf77acff6b

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

<div class="content">
  <div class="left">
    <%= rich_cms_tag ".cms_content", "header"   , :tag => :h1   %>
    <%= rich_cms_tag ".cms_content", "paragraph", :as  => :html %>
  </div>
  <ul>
    <% ["Home", "Developers", "Comments", "Documentation", "Support", "About me"].each do |x| %>
    <li>
      <%= link_to rich_cms_tag(".cms_content", x), "#" %>
    </li>
    <% end %>
  </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rich_cms-3.0.2 test/shared/dummy/views/application/index.html.erb
rich_cms-3.0.1 test/shared/dummy/views/application/index.html.erb
rich_cms-3.0.0 test/shared/dummy/views/application/index.html.erb