From 76726a5ee3389c1e9b60ea0fd5d14b675dbce006 Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Tue, 3 Jul 2018 14:15:54 +0200 Subject: [PATCH] Align sub-heading style --- app/views/external_users/show.html.slim | 4 +--- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/external_users/show.html.slim b/app/views/external_users/show.html.slim index 5c6d08e6..f0028745 100644 --- a/app/views/external_users/show.html.slim +++ b/app/views/external_users/show.html.slim @@ -4,10 +4,8 @@ h1 = @user.name //= row(label: 'external_user.email', value: @user.email) = row(label: 'external_user.consumer', value: link_to(@user.consumer, @user.consumer)) -br -= link_to(t('shared.statistics'), statistics_external_user_path(@user)) +h4 = link_to(t('.exercise_statistics'), statistics_external_user_path(@user)) -br h4 = t('.tag_statistics') #loading .spinner diff --git a/config/locales/de.yml b/config/locales/de.yml index becd5039..eed4d500 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -382,6 +382,7 @@ de: loading_tag_statistics: "Lade Lernbereichstatistiken" tag_statistics: "Lernbereichstatistiken" empty_tag_statistics: "Keine Statistiken verfügbar" + exercise_statistics: "Aufgabenstatistiken" files: roles: main_file: Hauptdatei diff --git a/config/locales/en.yml b/config/locales/en.yml index bb9b66cc..9fed1190 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -382,6 +382,7 @@ en: loading_tag_statistics: "Loading tag statistics..." tag_statistics: "Tag Statistics" empty_tag_statistics: "No statistics available" + exercise_statistics: "Exercise Statistics" files: roles: main_file: Main File