From c422b1c9a5c67302c6ae53e2b8996d97cab8e160 Mon Sep 17 00:00:00 2001 From: takezoe Date: Sun, 9 Mar 2014 02:12:32 +0900 Subject: [PATCH] (refs #115)Small fix for views --- src/main/twirl/account/edit.scala.html | 83 +++++++++++++------------- src/main/twirl/account/ssh.scala.html | 8 ++- 2 files changed, 50 insertions(+), 41 deletions(-) diff --git a/src/main/twirl/account/edit.scala.html b/src/main/twirl/account/edit.scala.html index 2d2fd6616..94b5f1935 100644 --- a/src/main/twirl/account/edit.scala.html +++ b/src/main/twirl/account/edit.scala.html @@ -7,52 +7,55 @@ @menu("profile")
+ @helper.html.information(info)
-

Edit your profile

- @helper.html.information(info) -
-
- @if(account.password.nonEmpty){ +
+
Profile
+
+
+
+ @if(account.password.nonEmpty){ +
+ + + +
+ }
- - - + + +
- } -
- - - -
-
- - - -
-
- - - -
+
+ + + +
+
+ + + +
+
+
+
+ + @helper.html.uploadavatar(Some(account)) +
+
-
-
- - @helper.html.uploadavatar(Some(account)) -
+
-
- - - Cancel -
- -
+
+
}