Convert every page to new layout
This commit is contained in:
@@ -9,12 +9,9 @@
|
||||
<body>
|
||||
{{template "page_top" .}}
|
||||
|
||||
<div class="checkers inset highlight_dark">
|
||||
<h1>Welcome home, {{.Username}}!</h1>
|
||||
</div>
|
||||
|
||||
<div class="centered">
|
||||
<h1>Welcome home, {{.Username}}!</h1>
|
||||
|
||||
<div class="page_content"><div class="limit_width">
|
||||
<h2>Actions</h2>
|
||||
<ul>
|
||||
<li><a href="/user/change_password" class="button">Change my password</a></li>
|
||||
@@ -50,7 +47,8 @@
|
||||
<br/>
|
||||
<a href="/user/lists" class="button">...All my lists</a>
|
||||
</div>
|
||||
</div>
|
||||
<br/><br/>
|
||||
</div></div>
|
||||
|
||||
{{template "page_bottom" .}}
|
||||
|
||||
|
Reference in New Issue
Block a user