Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-02-05 20:54:35 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-02-05 20:54:35 +0300
commit2150ed4094ddb67d7b403cd56360700c80e7d928 (patch)
treed8b0fa68d9e33bbf332d41ceab0f91e370429e78 /app/views
parentcf9e29672ce0df9647eecd94d099d15dc1bdac0e (diff)
parenta0d714fe89756115771813b6e8e683d8ec5d29b0 (diff)
Merge branch '42584-fix-margins-in-tag-list' into 'master'
Resolve "Different margins between buttons in tag list" Closes #42584 See merge request gitlab-org/gitlab-ce!16927
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/tags/_tag.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/_tag.html.haml b/app/views/projects/tags/_tag.html.haml
index 55e45a5e954..3d5f92f9aaa 100644
--- a/app/views/projects/tags/_tag.html.haml
+++ b/app/views/projects/tags/_tag.html.haml
@@ -24,7 +24,7 @@
.wiki
= markdown_field(release, :description)
- .row-fixed-content.controls
+ .row-fixed-content.controls.flex-row
= render 'projects/buttons/download', project: @project, ref: tag.name, pipeline: @tags_pipelines[tag.name]
- if can?(current_user, :push_code, @project)