Commit 69c4c727 authored by Sam Beckham's avatar Sam Beckham

Fixes the status button in thew user dropdown

parent 08f59aae
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
%li.divider %li.divider
- if can?(current_user, :update_user_status, current_user) - if can?(current_user, :update_user_status, current_user)
%li %li
%button.gl-button.btn.btn-default.menu-item.js-set-status-modal-trigger{ type: 'button' } %button.gl-button.btn.btn-link.menu-item.js-set-status-modal-trigger{ type: 'button' }
- if show_status_emoji?(current_user.status) || user_status_set_to_busy?(current_user.status) - if show_status_emoji?(current_user.status) || user_status_set_to_busy?(current_user.status)
= s_('SetStatusModal|Edit status') = s_('SetStatusModal|Edit status')
- else - else
......
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