update style
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div id="content">
|
||||
{{ if .Flashes }}
|
||||
<div id="flashes" class="padded mono">
|
||||
<p><b>warning:</b> {{ index .Flashes 0 }}</p>
|
||||
<p><b>warning</b> {{ index .Flashes 0 }}</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ template "content" . }}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{ define "title" }}home{{ end }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="light right">
|
||||
<div class="side-padded light right">
|
||||
welcome <u>{{ .User.Name }}</u> | <a href="/admin/home">home</a> | <a href="/admin/logout">logout</a>
|
||||
</div>
|
||||
{{ template "user" . }}
|
||||
|
||||
Reference in New Issue
Block a user