From b413785e1dfdbc594e86880e79e20bdd5963c938 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 9 Apr 2018 12:42:45 -0500 Subject: [skip ci] Replace .pull-right with .float-right --- app/views/search/results/_issue.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/search/results/_issue.html.haml') diff --git a/app/views/search/results/_issue.html.haml b/app/views/search/results/_issue.html.haml index b7a27ef6be2..bc20d89b4b5 100644 --- a/app/views/search/results/_issue.html.haml +++ b/app/views/search/results/_issue.html.haml @@ -5,7 +5,7 @@ %span.term.str-truncated= issue.title - if issue.closed? %span.label.label-danger.prepend-left-5 Closed - .pull-right ##{issue.iid} + .float-right ##{issue.iid} - if issue.description.present? .description.term = search_md_sanitize(issue, :description) -- cgit v1.2.1 From 21785171329ef0189a1c99d7b65b106b7bdda48c Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 13 Apr 2018 14:33:27 -0500 Subject: [skip ci] Convert .label. to .badge. --- app/views/search/results/_issue.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/search/results/_issue.html.haml') diff --git a/app/views/search/results/_issue.html.haml b/app/views/search/results/_issue.html.haml index bc20d89b4b5..ccaa980b325 100644 --- a/app/views/search/results/_issue.html.haml +++ b/app/views/search/results/_issue.html.haml @@ -4,7 +4,7 @@ = link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do %span.term.str-truncated= issue.title - if issue.closed? - %span.label.label-danger.prepend-left-5 Closed + %span.badge.label-danger.prepend-left-5 Closed .float-right ##{issue.iid} - if issue.description.present? .description.term -- cgit v1.2.1 From 5e546f4bc8737319fee2a61a2ce2fc9340e40337 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 13 Apr 2018 14:37:07 -0500 Subject: [skip ci] label-danger => badge-danger --- app/views/search/results/_issue.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/search/results/_issue.html.haml') diff --git a/app/views/search/results/_issue.html.haml b/app/views/search/results/_issue.html.haml index ccaa980b325..c413c3d4abb 100644 --- a/app/views/search/results/_issue.html.haml +++ b/app/views/search/results/_issue.html.haml @@ -4,7 +4,7 @@ = link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do %span.term.str-truncated= issue.title - if issue.closed? - %span.badge.label-danger.prepend-left-5 Closed + %span.badge.badge-danger.prepend-left-5 Closed .float-right ##{issue.iid} - if issue.description.present? .description.term -- cgit v1.2.1