Commit 66d3894d authored by Clement Ho's avatar Clement Ho

Fix bad merge conflict

parent aa4942a2
...@@ -169,7 +169,7 @@ module IssuablesHelper ...@@ -169,7 +169,7 @@ module IssuablesHelper
if display_count if display_count
count = issuables_count_for_state(issuable_type, state) count = issuables_count_for_state(issuable_type, state)
html << " " << content_tag(:span, number_with_delimiter(count), class: 'badge') html << " " << content_tag(:span, number_with_delimiter(count), class: 'badge badge-pill')
end end
html.html_safe html.html_safe
......
...@@ -59,5 +59,5 @@ ...@@ -59,5 +59,5 @@
.commit-sha-group .commit-sha-group
.label.label-monospace .label.label-monospace
= commit.short_id = commit.short_id
= clipboard_button(text: commit.id, title: _("Copy commit SHA to clipboard"), class: "btn btn-default", container: "body") = clipboard_button(text: commit.id, title: _("Copy commit SHA to clipboard"), class: "btn btn-secondary", container: "body")
= link_to_browse_code(project, commit) = link_to_browse_code(project, commit)
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