Commit 498bb7e9 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/layouts/nav/sidebar/_admin.html.haml

parent fa9af4d1
......@@ -135,7 +135,6 @@
%strong.fly-out-top-item-name
#{ _('Abuse Reports') }
%span.badge.badge-pill.count.merge_counter.js-merge-counter.fly-out-badge= number_with_delimiter(AbuseReport.count(:all))
<<<<<<< HEAD
= nav_link(controller: :licenses) do
= link_to admin_license_path do
......@@ -148,8 +147,6 @@
= link_to admin_license_path do
%strong.fly-out-top-item-name
#{ _('License') }
=======
>>>>>>> gitlab-ce/master
- if akismet_enabled?
= nav_link(controller: :spam_logs) do
......
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