Sha256: 3d4db35910c326a8663d9f374cc017c63afa6b8454ab4911d0bc6bd6521b04f7

Contents?: true

Size: 554 Bytes

Versions: 7

Compression:

Stored size: 554 Bytes

Contents

<aside>
  <% if @recent_posts %>
    <header>
      <h1><%= t('blogo.user.recent_posts') %></h1>
    </header>
    <ul class="blogo-recent-posts">
      <% @recent_posts.each do |post| %>
        <li>
          <%= link_to post.title, blogo_post_path(post) %>
        </li>
      <% end %>
    </ul>
  <% end %>


  <header>
    <h1><%= t('blogo.user.tags') %></h1>
  </header>
  <div class="tags">
    <% @tags.each do |tag| %>
      <%= link_to tag.name, blogo_tag_path(tag), class: 'tag pure-button button-secondary' %>
    <% end %>
  <div>
</aside>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blogo-0.1.4 app/views/blogo/shared/_aside.html.erb
blogo-0.1.3 app/views/blogo/shared/_aside.html.erb
blogo-0.1.2 app/views/blogo/shared/_aside.html.erb
blogo-0.1.1 app/views/blogo/shared/_aside.html.erb
blogo-0.1.0 app/views/blogo/shared/_aside.html.erb
blogo-0.0.10 app/views/blogo/shared/_aside.html.erb
blogo-0.0.9 app/views/blogo/shared/_aside.html.erb