diaspora/app/views/admins/_dashboard.haml
flaburgan 7bdf33e1a8
Move invitation form under the user search in admin
Indicates when there is no report to review to avoid a weird empty page
2017-07-05 01:50:16 +02:00

15 lines
452 B
Text

- content_for :head do
= stylesheet_link_tag :admin
.col-md-9
#pod-status
%h2
= t(".pod_status")
.alert.alert-info.pod-version.hidden-xs{role: "alert"}
= t(".fetching_diaspora_version")
- if unreviewed_reports_count > 0
.alert.alert-warning.reports-warning{role: "alert"}
= t("report.unreviewed_reports", count: unreviewed_reports_count)
- else
%p
= t("report.unreviewed_reports", count: 0)