Scaffold user and rfc activity history routes
This commit is contained in:
@@ -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
|
||||
|
1
app/views/statistics/rfc_activity_history.html.slim
Normal file
1
app/views/statistics/rfc_activity_history.html.slim
Normal file
@@ -0,0 +1 @@
|
||||
|
1
app/views/statistics/user_activity_history.html.slim
Normal file
1
app/views/statistics/user_activity_history.html.slim
Normal file
@@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user