app/views/webgit/git/index.html.erb in webgit-0.0.1 vs app/views/webgit/git/index.html.erb in webgit-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
<div class="box" style="width:600px;margin:30px auto;line-height:30px;">
<h2 class="title">REPOS</h2>
<ul>
- <%- AppConfig::REPOS.each do|name, setting| %>
+ <%- Webgit::AppConfig::REPOS.each do|name, setting| %>
<li><%= link_to name, current_repo_path(name) %></li>
<%- end %>
</ul>
</div>
\ No newline at end of file