Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
ade780a9
Commit
ade780a9
authored
Feb 18, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
e46883b0
96efdfad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
app/views/projects/repositories/_download_archive.html.haml
app/views/projects/repositories/_download_archive.html.haml
+7
-7
No files found.
app/views/projects/repositories/_download_archive.html.haml
View file @
ade780a9
...
...
@@ -3,7 +3,7 @@
-
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'
do
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'zip'
),
class:
'btn'
,
rel:
'nofollow'
do
%i
.icon-download-alt
%span
Download zip
%a
.btn.dropdown-toggle
{
'data-toggle'
=>
'dropdown'
}
...
...
@@ -12,26 +12,26 @@
Select Archive Format
%ul
.dropdown-menu
{
role:
'menu'
}
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'zip'
)
do
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'zip'
)
,
rel:
'nofollow'
do
%i
.icon-download-alt
%span
Download zip
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.gz'
)
do
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.gz'
)
,
rel:
'nofollow'
do
%i
.icon-download-alt
%span
Download tar.gz
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.bz2'
)
do
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.bz2'
)
,
rel:
'nofollow'
do
%i
.icon-download-alt
%span
Download tar.bz2
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar'
)
do
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar'
)
,
rel:
'nofollow'
do
%i
.icon-download-alt
%span
Download tar
-
else
%span
.btn-group
{
class:
btn_class
}
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'zip'
),
class:
'btn'
do
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'zip'
),
class:
'btn'
,
rel:
'nofollow'
do
%i
.icon-download-alt
%span
zip
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.gz'
),
class:
'btn'
do
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.gz'
),
class:
'btn'
,
rel:
'nofollow'
do
%i
.icon-download-alt
%span
tar.gz
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment