Group download buttons in a .btn-group

This commit is contained in:
Annabel Dunstone Gray 2019-05-22 09:52:05 -05:00
parent bc4a18ecb9
commit dd8d2fabd3
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,5 @@
- formats = [['zip', 'btn-primary'], ['tar.gz'], ['tar.bz2'], ['tar']] - formats = [['zip', 'btn-primary'], ['tar.gz'], ['tar.bz2'], ['tar']]
.d-flex.justify-content-between .btn-group.ml-0.w-100
- formats.each do |(fmt, extra_class)| - formats.each do |(fmt, extra_class)|
= link_to fmt, project_archive_path(project, id: tree_join(ref, archive_prefix), path: path, format: fmt), rel: 'nofollow', download: '', class: "btn btn-xs #{extra_class}" = link_to fmt, project_archive_path(project, id: tree_join(ref, archive_prefix), path: path, format: fmt), rel: 'nofollow', download: '', class: "btn btn-xs #{extra_class}"

View file

@ -0,0 +1,5 @@
---
title: Group download buttons into a .btn-group
merge_request:
author:
type: other