summaryrefslogtreecommitdiffstats
path: root/app/views/roles
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/roles')
-rw-r--r--app/views/roles/list.rhtml2
-rw-r--r--app/views/roles/workflow.rhtml2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/roles/list.rhtml b/app/views/roles/list.rhtml
index bdea2475f..02bb20f5e 100644
--- a/app/views/roles/list.rhtml
+++ b/app/views/roles/list.rhtml
@@ -32,3 +32,5 @@
<p><%= pagination_links_full @role_pages %></p>
<p><%= link_to l(:label_permissions_report), :action => 'report' %></p>
+
+<% set_html_title(l(:label_role_plural)) -%>
diff --git a/app/views/roles/workflow.rhtml b/app/views/roles/workflow.rhtml
index 0a435744f..02f1b48a2 100644
--- a/app/views/roles/workflow.rhtml
+++ b/app/views/roles/workflow.rhtml
@@ -54,3 +54,5 @@
<% end %>
<% end %>
+
+<% set_html_title(l(:label_workflow)) -%>