Skip to content

Commit

Permalink
user details replaced by link to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Jul 14, 2011
1 parent 6ef6ea2 commit 1b40d3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/scala/scala/tools/colladoc/page/Index.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ class Index(universe: Universe) extends tools.nsc.doc.html.page.Index(universe)
private def loggedIn =
<xml:group>
<div class="avatar">
{ SHtml.a(
Gravatar(User.currentUser.open_! email, 16) ++
SHtml.span(Text(User.currentUser.open_! userName), Noop, ("class", "name")),
Jq(Str(".user")) ~> OpenDialog()) }
<a href="/profile" target="template">
{ Gravatar(User.currentUser.open_! email, 16) ++ SHtml.span(Text(User.currentUser.open_! userName), Noop)}
</a>
</div>
<ul class="usernav">
{ if (User.superUser_?)
Expand Down

0 comments on commit 1b40d3e

Please sign in to comment.