diff --git a/templates/user/profile.html b/templates/user/profile.html old mode 100644 new mode 100755 index 79dbf7f4..283ffd55 --- a/templates/user/profile.html +++ b/templates/user/profile.html @@ -26,13 +26,13 @@
{{if gt $.User.ID 0 }} - {{if not (CurrentUserIdentical $.User .ID) }} - {{if not (IsFollower . $.User)}} - {{ T "follow"}} - {{else}} - {{ T "unfollow"}} - {{end}} - {{end}} + {{if not (CurrentUserIdentical $.User .ID) }} + {{if not (IsFollower . $.User)}} + {{ T "follow"}} + {{else}} + {{ T "unfollow"}} + {{end}} + {{end}} {{end}}
@@ -46,13 +46,13 @@ {{T "torrents"}} {{if gt $.User.ID 0 }} - {{if CurrentOrAdmin $.User .ID }} -
  • - - - {{T "settings"}} -
  • - {{end}} + {{if CurrentOrAdmin $.User .ID }} +
  • + + + {{T "settings"}} +
  • + {{end}} {{end}}