Add page title

This commit is contained in:
aignatov-bio 2020-02-13 14:54:58 +01:00
parent a6186fba67
commit 95c9479f54
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,5 @@
<% provide :head_title, t('nav.label.dashboard') %>
<div class="dashboard-container">
<%= render "calendar" %>
<%= render "current_tasks" %>

View file

@ -135,7 +135,8 @@ en:
none: "No activities!"
label:
scinote: "SciNote"
projects: "Home"
dashboard: "Overview"
projects: "Projects"
protocols: "Protocols"
calendar: "Calendar"
activities: "Activities"
@ -258,7 +259,7 @@ en:
projects:
index:
head_title: "Home"
head_title: "Projects"
archive: "Archive"
archived: "Archived"
active: "Active"