Sha256: d3cdf07d2fabe4a7dd3142e6502fd29b9095df3885d2d8c240d350b5773445bb
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 Bytes
Contents
<%= link_to "Volley", root_path %> :: <% if project %> <%= link_to project.name, root_path + "#{project.name}" %> <% if branch %> :: <%= link_to branch.name, root_path + "#{project.name}/#{branch.name}" %> <% if version %> :: <%= link_to version.name, root_path + "#{project.name}/#{branch.name}/#{version.name}" %> <% end %> <% end %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems