Sha256: 7963caf7e608809f4e26357e88ad549a32bcab1d9072fd7dd4cab0a1e87d611e
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
<div class="box" style="width:600px;margin:30px auto;line-height:30px;"> <h2 class="title">REPOS</h2> <ul> <%- AppConfig::REPOS.each do|name, setting| %> <li><%= link_to name, current_repo_path(name) %></li> <%- end %> </ul> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webgit-0.0.1 | app/views/webgit/git/index.html.erb |