Sha256: e9047218a6e988bcd3d0ced46178897c088aafa83e8e9fe8d45a9b0a8ceabe30

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 Bytes

Contents

<thead>
  <tr>
    <td class="dropdown" style="width: 120px;">
    <%= link_to "javascript:void(0)", class: "dropdown-toggle", data: {toggle: "dropdown"} do %>
      <%= params[:branch] %> <b class="caret"></b>
    <% end %>
    <ul class="dropdown-menu">
      <%- @branches.each do|branch| %>
        <li><%= link_to branch, webgit_tree_path(branch) %></li>
      <%- end %>
    </ul>
    </td>
    <td>
      <%= link_to params[:branch], webgit_tree_path(params[:branch]) %> / <%= navigation %>
    </td>
  </tr>
</thead>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webgit-0.0.2 app/views/webgit/git/_nav_header.html.erb
webgit-0.0.1 app/views/webgit/git/_nav_header.html.erb