Sha256: 4d88b4f81ff0c62d7f9ac41571b90a17a8cc62a8979f357f6863f3a42ef35fa0

Contents?: true

Size: 750 Bytes

Versions: 53

Compression:

Stored size: 750 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">
    <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

53 entries across 53 versions & 1 rubygems

Version Path
woople-theme-0.3.0 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.49 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.48 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.47 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.46 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.45 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.44 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.43 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.42 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.41 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.40 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.39 app/views/woople-theme/_profile.html.erb
woople-theme-0.2.38 app/views/woople-theme/_profile.html.erb