Commit 46560f6c authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/views/admin/dashboard/index.html.haml

parent b9a6c977
...@@ -23,12 +23,9 @@ ...@@ -23,12 +23,9 @@
%h3.text-center %h3.text-center
Users: Users:
= approximate_count_with_delimiters(User) = approximate_count_with_delimiters(User)
<<<<<<< HEAD
-# EE specific -# EE specific
.text-center .text-center
= link_to 'Users statistics', admin_dashboard_stats_path = link_to 'Users statistics', admin_dashboard_stats_path
=======
>>>>>>> upstream/master
%hr %hr
= link_to 'New user', new_admin_user_path, class: "btn btn-new" = link_to 'New user', new_admin_user_path, class: "btn btn-new"
.col-sm-4 .col-sm-4
......
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