Commit 6f7e3ea7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix haml linter complain

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 94625a43
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
%h3.text-center %h3.text-center
Users: Users:
= number_with_delimiter(User.count) = number_with_delimiter(User.count)
- # EE specific -# EE specific
.text-center .text-center
= link_to 'Users statistics', admin_dashboard_stats_path = link_to 'Users statistics', admin_dashboard_stats_path
%hr %hr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment