Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from themre/patch-1
Browse files Browse the repository at this point in the history
different layout
  • Loading branch information
majcn committed Dec 15, 2016
2 parents 48193b1 + e047fb1 commit 758a02f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions views/user.jade
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
extends layout

block content
img(src="#{user.picture}")
h2 Welcome #{user.nickname}!
form(action='/user/wish',method='post')
input(id='wish', type='textarea', value='#{wish}',name='wish')
.userBar
img(src="#{user.picture}")
h2 Welcome #{user.nickname}
a(href='/logout').logout Logout
.inputForm
form(action='/user/wish',method='post')
textarea(id='wish', value='#{wish}',name='wish')
input(type='submit',value='Update')
br
a(href='/logout') Logout

0 comments on commit 758a02f

Please sign in to comment.