Sha256: f210d58d68be65efa3183df4441fee456739722e2251b567fe05159cb41482b7

Contents?: true

Size: 985 Bytes

Versions: 4

Compression:

Stored size: 985 Bytes

Contents

<div class="row">
  <div class="span3">
    <div id="mv-projects" class="mv-view tabbable tabs-left">
      <ul class="">
        <% @projects.each do |p| %>
            <li id="project-<%= p.name %>" data-id="<%= p.id.to_s %>" data-type="projects" data-kids="branches" class="mv-tab-view">
              <%= link_to p.name, "#" %>
            </li>
        <% end %>
      </ul>
    </div>
  </div>
  <div class="span3">
    <div id="mv-branches" class="mv-view tabbable tabs-left">
      <ul id="mv-branches-content" class="">
      </ul>
    </div>
  </div>
  <div class="span3">
    <div id="mv-versions" class="mv-view tabbable tabs-left">
      <ul id="mv-versions-content" class="">
      </ul>
    </div>
  </div>
  <div class="span3">
    <div id="mv-files" class="mv-view tabbable tabs-left">
      <ul id="mv-files-content" class="">
      </ul>
    </div>
  </div>
</div>

<script>
    $(function () {
        $("#mv-projects .mv-tab-view:first").click();
    })
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mystro-volley-0.1.0 app/views/mystro_volley/home/browser.html.erb
mystro-volley-0.1.0.rc3 app/views/mystro_volley/home/index.html.erb
mystro-volley-0.1.0.rc2 app/views/mystro_volley/home/index.html.erb
mystro-volley-0.1.0.rc1 app/views/mystro_volley/home/index.html.erb