Sha256: 7c0f5c60ef9d29e8d8fc3b2c46158f654e961e8e122650502172f490ba0171d5

Contents?: true

Size: 696 Bytes

Versions: 35

Compression:

Stored size: 696 Bytes

Contents

<div class="profile">
  <form class="search">
    <a href="#" class='search-page'><i class="icon-search"></i></a>
    <input type="text" class="search-query" placeholder="<%=t 'woople_theme.profile.search' %>">
  </form>
  <ul class="nav nav-pills profile-link">
    <li class="dropdown">
    <a class="dropdown-toggle" data-toggle="dropdown" href="#"><%= image_tag('woople-theme/missing-profile.png') %></a>
    <ul id="menu1" class="dropdown-menu">
      <% profile.each do |section| %>
        <% section.each do |link| %>
          <li><a href="<%= link.url %>"><%= link.name %></a></li>
        <% end %>
        <li class="divider"></li>
      <% end %>
    </ul>
    </li>
  </ul>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
woople-theme-0.2.28 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.27 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.26 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.25 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.24 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.23 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.22 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.21 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.20 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.19 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.18 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.17 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.16 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.15 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.14 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.13 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.12 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.11 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.10 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.9 app/views/woople-theme/_profile.html.erb