Clean up markup

This commit is contained in:
Maximilian Grundke
2018-04-24 10:00:26 +02:00
parent f2e6d430a9
commit e36c9568d7
4 changed files with 29 additions and 2 deletions

View File

@ -102,6 +102,21 @@ div.negative-result {
}
}
.group {
.title {
display: flex;
align-items: baseline;
h1 {
flex-grow: 1;
}
h2 {
font-size: medium;
}
}
}
.spinner {
width: 40px;
height: 40px;

View File

@ -3,11 +3,15 @@
= stylesheet_link_tag(asset_path('vis.min.css', type: :stylesheet))
.group
h1 User Activity
.title
h1 = t('.user_activity')
a href='#' = t('.history')
.spinner
.graph#user-activity
.group
h1 RFC Activity
.title
h1 = t('.rfc_activity')
a href='#' = t('.history')
.spinner
.graph#rfc-activity

View File

@ -757,3 +757,7 @@ de:
users:
currently_active: "Aktiv (5 Minuten)"
currently_active60: "Aktiv (60 Minuten)"
graphs:
user_activity: "Nutzeraktivität"
rfc_activity: "Kommentaranfragenaktivität"
history: "Historie"

View File

@ -757,3 +757,7 @@ en:
users:
currently_active: "Active (5 minutes)"
currently_active60: "Active (60 minutes)"
graphs:
user_activity: "User Activity"
rfc_activity: "RfC Activity"
history: "History"