From f422936e34683263df04ad1db8936bae6fe2c51e Mon Sep 17 00:00:00 2001 From: takezoe Date: Tue, 6 May 2014 21:32:40 +0900 Subject: [PATCH] Add
to pages outside of repository. --- src/main/twirl/account/edit.scala.html | 98 ++++++++--------- src/main/twirl/account/group.scala.html | 2 +- src/main/twirl/account/main.scala.html | 94 ++++++++-------- src/main/twirl/account/register.scala.html | 2 + src/main/twirl/account/ssh.scala.html | 68 ++++++------ src/main/twirl/admin/menu.scala.html | 40 +++---- src/main/twirl/dashboard/issues.scala.html | 72 +++++++------ src/main/twirl/dashboard/pulls.scala.html | 60 ++++++----- src/main/twirl/index.scala.html | 119 +++++++++++---------- 9 files changed, 285 insertions(+), 270 deletions(-) diff --git a/src/main/twirl/account/edit.scala.html b/src/main/twirl/account/edit.scala.html index c02bcbea1..d92c708ff 100644 --- a/src/main/twirl/account/edit.scala.html +++ b/src/main/twirl/account/edit.scala.html @@ -2,60 +2,62 @@ @import context._ @import view.helpers._ @html.main("Edit your profile"){ -
-
- @menu("profile", settings.ssh) -
-
- @helper.html.information(info) -
-
-
Profile
-
-
-
- @if(account.password.nonEmpty){ +
+
+
+ @menu("profile", settings.ssh) +
+
+ @helper.html.information(info) + +
+
Profile
+
+
+
+ @if(account.password.nonEmpty){ +
+ + + +
+ }
- - - + + +
- } -
- - - -
-
- - - -
-
- - - -
+
+ + + +
+
+ + + +
+
+
+
+ + @helper.html.uploadavatar(Some(account)) +
+
-
-
- - @helper.html.uploadavatar(Some(account)) -
+
-
- - - Cancel -
-
- + +
}