summaryrefslogtreecommitdiff
path: root/app/views/layouts/user_team.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/user_team.html.haml')
-rw-r--r--app/views/layouts/user_team.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/user_team.html.haml b/app/views/layouts/user_team.html.haml
index aa613d71f90..769fc3b78c3 100644
--- a/app/views/layouts/user_team.html.haml
+++ b/app/views/layouts/user_team.html.haml
@@ -3,7 +3,7 @@
= render "layouts/head", title: "#{@team.name}"
%body{class: "#{app_theme} application"}
= render "layouts/flash"
- = render "layouts/head_panel", title: "#{@team.name}"
+ = render "layouts/head_panel", title: "team: #{@team.name}"
.container
%ul.main_menu
= nav_link(path: 'teams#show', html_options: {class: 'home'}) do