Scaffold user and rfc activity history routes

This commit is contained in:
Maximilian Grundke
2018-04-24 10:27:49 +02:00
parent e36c9568d7
commit a2088dcd14
8 changed files with 20 additions and 13 deletions

View File

@@ -5,13 +5,13 @@
.group
.title
h1 = t('.user_activity')
a href='#' = t('.history')
a href=statistics_graphs_user_activity_history_path = t('.history')
.spinner
.graph#user-activity
.group
.title
h1 = t('.rfc_activity')
a href='#' = t('.history')
a href=statistics_graphs_rfc_activity_history_path = t('.history')
.spinner
.graph#rfc-activity

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@