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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
c0e2eee3
Commit
c0e2eee3
authored
Oct 04, 2014
by
Sullivan SENECHAL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix fa-download icon
parent
ac71c386
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
app/views/projects/blob/_download.html.haml
app/views/projects/blob/_download.html.haml
+1
-1
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+1
-1
app/views/projects/merge_requests/show/_mr_title.html.haml
app/views/projects/merge_requests/show/_mr_title.html.haml
+1
-1
app/views/projects/repositories/_download_archive.html.haml
app/views/projects/repositories/_download_archive.html.haml
+7
-7
app/views/projects/wikis/_nav.html.haml
app/views/projects/wikis/_nav.html.haml
+1
-1
No files found.
app/views/projects/blob/_download.html.haml
View file @
c0e2eee3
...
...
@@ -2,6 +2,6 @@
.center
=
link_to
project_raw_path
(
@project
,
@id
)
do
%h1
.light
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%h4
Download (
#{
number_to_human_size
blob
.
size
}
)
app/views/projects/commit/_commit_box.html.haml
View file @
c0e2eee3
...
...
@@ -6,7 +6,7 @@
=
@notes_count
.pull-left.btn-group
%a
.btn.btn-grouped.dropdown-toggle
{
data:
{
toggle: :dropdown
}
}
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
Download as
%span
.caret
%ul
.dropdown-menu
...
...
app/views/projects/merge_requests/show/_mr_title.html.haml
View file @
c0e2eee3
...
...
@@ -6,7 +6,7 @@
-
if
@merge_request
.
open?
.btn-group.pull-left
%a
.btn.btn-grouped.dropdown-toggle
{
data:
{
toggle: :dropdown
}
}
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
Download as
%span
.caret
%ul
.dropdown-menu
...
...
app/views/projects/repositories/_download_archive.html.haml
View file @
c0e2eee3
...
...
@@ -4,7 +4,7 @@
-
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
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%span
Download zip
%a
.btn.dropdown-toggle
{
'data-toggle'
=>
'dropdown'
}
%span
.caret
...
...
@@ -13,25 +13,25 @@
%ul
.dropdown-menu
{
role:
'menu'
}
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'zip'
),
rel:
'nofollow'
do
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%span
Download zip
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.gz'
),
rel:
'nofollow'
do
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%span
Download tar.gz
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.bz2'
),
rel:
'nofollow'
do
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%span
Download tar.bz2
%li
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar'
),
rel:
'nofollow'
do
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%span
Download tar
-
else
%span
.btn-group
{
class:
btn_class
}
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'zip'
),
class:
'btn'
,
rel:
'nofollow'
do
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%span
zip
=
link_to
archive_project_repository_path
(
@project
,
ref:
ref
,
format:
'tar.gz'
),
class:
'btn'
,
rel:
'nofollow'
do
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
%span
tar.gz
app/views/projects/wikis/_nav.html.haml
View file @
c0e2eee3
...
...
@@ -7,7 +7,7 @@
=
nav_link
(
path:
'wikis#git_access'
)
do
=
link_to
git_access_project_wikis_path
(
@project
)
do
%i
.fa.fa-
arrow-circle-o-down-alt
%i
.fa.fa-
download
Git Access
-
if
can?
(
current_user
,
:write_wiki
,
@project
)
...
...
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