Commit cf49dc01 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix conflict in app/views/admin/users/index.html.haml

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 6cb5bdd8
......@@ -23,10 +23,7 @@
- users_sort_options_hash.each do |value, title|
= link_to admin_users_path(sort: value, filter: params[:filter], search_query: params[:search_query]) do
= title
<<<<<<< HEAD
= link_to 'Send email to users', admin_email_path, class: 'btn'
=======
>>>>>>> upstream/master
= link_to 'New user', new_admin_user_path, class: 'btn btn-success btn-search'
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
......
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