diff --git a/app/views/home/_welcome.html.erb b/app/views/home/_welcome.html.erb index bebcdc4..7d5ce6a 100644 --- a/app/views/home/_welcome.html.erb +++ b/app/views/home/_welcome.html.erb @@ -1,3 +1,4 @@ +<% title _("Welcome to #{Rails.configuration.branding[:application][:name]}.") %>

<%= _("Welcome to #{Rails.configuration.branding[:application][:name]}.")%>

diff --git a/app/views/super_admin/notifications/edit.html.erb b/app/views/super_admin/notifications/edit.html.erb index 558afe0..d5ca9f4 100644 --- a/app/views/super_admin/notifications/edit.html.erb +++ b/app/views/super_admin/notifications/edit.html.erb @@ -1,3 +1,4 @@ +<% title 'Editing Notification' %>

<%= _('Editing Notification') %>

<%= render 'form' %> diff --git a/app/views/super_admin/notifications/index.html.erb b/app/views/super_admin/notifications/index.html.erb index 381b93e..b14b976 100644 --- a/app/views/super_admin/notifications/index.html.erb +++ b/app/views/super_admin/notifications/index.html.erb @@ -1,3 +1,4 @@ +<% title 'Notifications' %>

<%= _('Notifications') %>

diff --git a/app/views/super_admin/notifications/new.html.erb b/app/views/super_admin/notifications/new.html.erb index 0e4b494..e908a99 100644 --- a/app/views/super_admin/notifications/new.html.erb +++ b/app/views/super_admin/notifications/new.html.erb @@ -1,3 +1,4 @@ +<% title 'New Notification' %>

<%= _('New notification') %>

<%= render 'form' %> diff --git a/app/views/usage/index.html.erb b/app/views/usage/index.html.erb index d80642d..7b7dc45 100644 --- a/app/views/usage/index.html.erb +++ b/app/views/usage/index.html.erb @@ -1,3 +1,5 @@ +<% title 'Usage statistics' %> +

Usage statistics

diff --git a/app/views/users/admin_grant_permissions.html.erb b/app/views/users/admin_grant_permissions.html.erb index 23b1e74..bd258dc 100644 --- a/app/views/users/admin_grant_permissions.html.erb +++ b/app/views/users/admin_grant_permissions.html.erb @@ -1,3 +1,5 @@ +<% title 'Edit User Privileges' %> + <% namesHash = name_and_text %>
diff --git a/app/views/users/admin_index.html.erb b/app/views/users/admin_index.html.erb index 89db83a..9c7c014 100644 --- a/app/views/users/admin_index.html.erb +++ b/app/views/users/admin_index.html.erb @@ -1,4 +1,5 @@ <% title 'User accounts' %> +

<%= _('User accounts') %>