This commit is contained in:
life
2014-06-24 21:14:17 +08:00
parent a0acd31fcf
commit 8e05e433de
5 changed files with 7 additions and 3 deletions

View File

@ -173,6 +173,8 @@ func (c Blog) Set() revel.Result {
c.getRecentBlogs(userId)
c.SetLocale();
return c.RenderTemplate("blog/set.html")
}

View File

@ -168,7 +168,7 @@ $(function() {
selector : "#AboutMe",
content_css : [ "/css/bootstrap.css", "/css/editor/editor.css" ],
skin : "custom",
language : "zh",
language : "{{.locale}}",
height : 300,
width : "100%",
skin : "custom",