Skip to content

Commit

Permalink
#97 closed: "Incorrect links to user profiles at /settings"
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 1, 2011
1 parent 4c8ed66 commit 764d70f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class User extends ProtoUser[User] with OneToMany[Long, User] {
object comments extends MappedOneToMany(Comment, Comment.user)

/** Url to user's profile. */
def profileUrl = "/profile/" + urlEncode(userName)
def profileUrl = "profile/" + urlEncode(userName)

/** Hyperlink to user's profile. */
def profileHyperlink = <a target="template" href={profileUrl}>{userName}</a>
Expand Down

0 comments on commit 764d70f

Please sign in to comment.