From a2a59f8ad1192d3504abd50b2daf2ebfd97c86ca Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 7 Mar 2014 17:08:21 -0500 Subject: Change /user/profile URL to /user/:username --- templates/base/error.tmpl | 3 ++- templates/base/navbar.tmpl | 4 ++-- templates/repo/create.tmpl | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/base/error.tmpl b/templates/base/error.tmpl index fbd424bf..8f644942 100644 --- a/templates/base/error.tmpl +++ b/templates/base/error.tmpl @@ -1,6 +1,7 @@ {{template "base/head" .}} {{template "base/navbar" .}}
- An error is occurred : {{.ErrorMsg}} +

An error is occurred : {{.ErrorMsg}}

+

Application Version: {{AppVer}}

{{template "base/footer" .}} \ No newline at end of file diff --git a/templates/base/navbar.tmpl b/templates/base/navbar.tmpl index 565fb30c..12434dad 100644 --- a/templates/base/navbar.tmpl +++ b/templates/base/navbar.tmpl @@ -6,8 +6,8 @@ Explore Help{{if .IsSigned}} - - user-avatar + + user-avatar diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index ffcffb09..4c7f4dd2 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -6,15 +6,15 @@
-

{{.UserName}}

- +

{{.SignedUserName}}

+
- + Great repository names are short and memorable.
-- cgit v1.2.3