Showing 2 changed files with 1 additions and 1 deletions
templates/auto/_admin/create.html.ep → templates/auto/_new.html.ep
File renamed without changes.
+1 -1
templates/include/header.html.ep
... ...
@@ -15,7 +15,7 @@
15 15
             <i class="icon-user"></i><a href="<%= url_for("/$user") %>"><%= $user %></a>
16 16
           </div>
17 17
           % unless ($user eq 'admin') {
18
-            <a class="btn btn-small" href="<%= url_for("/_admin/create") %>">Create a new repo</a>
18
+            <a class="btn btn-small" href="<%= url_for("/_new") %>">Create a new repo</a>
19 19
             <a class="btn btn-small" href="<%= url_for("/$user/_settings") %>">Account Settings</a>
20 20
           % }
21 21
           % my $url = url_with->to_abs;