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
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-30 18:41:48 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-30 18:41:48 +0400
commit6aa0448f7655a5e6f4f7e485a20b91f306f14931 (patch)
tree47084a50408bc1352ecd311fd0470d4265a4519e /app/views/projects/repositories
parent2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff)
Remove trailing whitespace from views.
Diffstat (limited to 'app/views/projects/repositories')
-rw-r--r--app/views/projects/repositories/_download_archive.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/repositories/_download_archive.html.haml b/app/views/projects/repositories/_download_archive.html.haml
index 0bf59a20384..ed6f8ddd187 100644
--- a/app/views/projects/repositories/_download_archive.html.haml
+++ b/app/views/projects/repositories/_download_archive.html.haml
@@ -1,6 +1,6 @@
- ref = ref || nil
- btn_class = btn_class || ''
-- split_button = split_button || false
+- split_button = split_button || false
- if split_button == true
%span.btn-group{class: btn_class}
= link_to archive_project_repository_path(@project, ref: ref, format: 'zip'), class: 'btn', rel: 'nofollow' do