Sha256: 3171a1bcd38d49058bc119bda4222645d07e0ed6f62be8ad563cd1f4c0f16979

Contents?: true

Size: 757 Bytes

Versions: 38

Compression:

Stored size: 757 Bytes

Contents

<div class="profile">
  <form class="search" action="/search">
    <a href="#" class='search-page'><i class="icon-search"></i></a>
    <input name="q" type="search" class="search-query" placeholder="<%=t 'woople_theme.profile.search' %>" value="<%= params[:q] %>">
  </form>
  <ul class="nav nav-pills profile-link">
    <li class="dropdown">
      <%= link_to(image_tag(profile.image), "#", class: 'dropdown-toggle', data: { toggle: 'dropdown' }) %>
      <ul id="menu1" class="dropdown-menu">
        <% profile.sections.each do |section| %>
          <% section.links.each do |link| %>
            <li><%= link_to(link.name, link.url) %></li>
          <% end %>
          <li class="divider"></li>
        <% end %>
      </ul>
    </li>
  </ul>
</div>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
woople-theme-0.10.0 app/views/woople-theme/_profile.html.erb
woople-theme-0.9.0 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.19 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.18 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.17 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.16 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.15 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.14 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.13 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.12 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.11 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.10 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.9 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.8 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.7 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.6 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.5 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.4 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.3 app/views/woople-theme/_profile.html.erb
woople-theme-0.8.2 app/views/woople-theme/_profile.html.erb