Sha256: 7fc161bc1c155d893c4d267d3f40b7d7dcdbbed66dc8cd4ddcf1748d12d4baf6

Contents?: true

Size: 426 Bytes

Versions: 2

Compression:

Stored size: 426 Bytes

Contents

<tbody>
	<tr>
	  <td colspan="2"><a href="<%= upper_path(@branch.name) %>">..</a></td>
	</tr>
	<% @tree.each_tree do|item| %>
	<tr>
	  <td colspan="2"><a href="<%= git_tree_path(@branch.name, item[:name]) %>"><%= item[:name] %></a></td>
	</tr>
	<% end %>
	<% @tree.each_blob do|item| %>
	<tr>
	  <td colspan="2"><a href="<%= git_blob_path(@branch.name, item[:name]) %>"><%= item[:name] %></a></td>
	</tr>
	<% end %>
</tbody>
 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webgit-0.1.1 views/tree.erb
webgit-0.1.0 views/tree.erb