diaspora/app/views/admins/stats.html.haml
2017-07-05 01:50:16 +02:00

6 lines
202 B
Text

.container
.row
.col-md-3
= render partial: "admins/admin_bar"
.col-md-9
= render partial: "admins/stats", locals: {segment: @segment, posts: @posts, user_count: @user_count.to_f}