Skip to content
Snippets Groups Projects
Commit 66d3894d authored by Clement Ho's avatar Clement Ho
Browse files

Fix bad merge conflict

parent aa4942a2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -169,7 +169,7 @@ module IssuablesHelper
 
if display_count
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
 
html.html_safe
Loading
Loading
Loading
Loading
@@ -59,5 +59,5 @@
.commit-sha-group
.label.label-monospace
= 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment