Commit 0aaccbfa authored by Clement Ho's avatar Clement Ho

[skip ci] Replace hidden-md

parent 35ae84a4
......@@ -10,7 +10,7 @@
%span.prepend-description-left
= markdown_field(label, :description)
.float-right.hidden-xs.hidden-sm.hidden-md
.float-right.d-none.d-lg-block.d-xl-block
= link_to milestones_label_path(options.merge(state: 'opened')), class: 'btn btn-transparent btn-action' do
- pluralize milestone_issues_by_label_count(@milestone, label, state: :opened), 'open issue'
= link_to milestones_label_path(options.merge(state: 'closed')), class: 'btn btn-transparent btn-action' 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