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
Jérome Perrin
gitlab-ce
Commits
88db8708
Commit
88db8708
authored
Sep 30, 2014
by
Robert Schilling
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7911 from cirosantilli/trailing-white
Remove trailing whitespace from views.
parents
2b88c9cd
6aa0448f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
22 deletions
+22
-22
app/views/help/_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+20
-20
app/views/profiles/keys/new.html.haml
app/views/profiles/keys/new.html.haml
+1
-1
app/views/projects/repositories/_download_archive.html.haml
app/views/projects/repositories/_download_archive.html.haml
+1
-1
No files found.
app/views/help/_shortcuts.html.haml
View file @
88db8708
...
...
@@ -3,9 +3,9 @@
.modal-content
.modal-header
%a
.close
{
href:
"#"
,
"data-dismiss"
=>
"modal"
}
×
%h4
%h4
Keyboard Shortcuts
%small
%small
=
link_to
'(Show all)'
,
'#'
,
class:
'js-more-help-button'
.modal-body.shortcuts-cheatsheet
.col-lg-4
...
...
@@ -15,11 +15,11 @@
%th
%th
Global Shortcuts
%tr
%td
.shortcut
%td
.shortcut
.key
s
%td
Focus Search
%tr
%td
.shortcut
%td
.shortcut
.key
?
%td
Show this dialog
%tbody
...
...
@@ -37,7 +37,7 @@
%i
.icon-arrow-down
%td
Move selection down
%tr
%td
.shortcut
%td
.shortcut
.key
enter
%td
Open Selection
...
...
@@ -48,25 +48,25 @@
%th
%th
Global Dashboard
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
a
%td
Go to the activity feed
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
p
%td
Go to projects
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
i
%td
Go to issues
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
m
%td
...
...
@@ -76,43 +76,43 @@
%th
%th
Project
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
p
%td
Go to the project's activity feed
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
f
%td
Go to files
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
c
%td
Go to commits
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
n
%td
Go to network graph
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
g
%td
Go to graphs
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
i
%td
Go to issues
%tr
%td
.shortcut
%td
.shortcut
.key
g
.key
m
%td
...
...
@@ -180,11 +180,11 @@
%th
%th
Issues
%tr
%td
.shortcut
%td
.shortcut
.key
a
%td
Change assignee
%tr
%td
.shortcut
%td
.shortcut
.key
m
%td
Change milestone
%tbody
{
class:
'hidden-shortcut merge_reuests'
,
style:
'display:none'
}
...
...
@@ -192,11 +192,11 @@
%th
%th
Merge Requests
%tr
%td
.shortcut
%td
.shortcut
.key
a
%td
Change assignee
%tr
%td
.shortcut
%td
.shortcut
.key
m
%td
Change milestone
...
...
app/views/profiles/keys/new.html.haml
View file @
88db8708
...
...
@@ -13,4 +13,4 @@
if
(
key_mail
&&
key_mail
.
length
>
0
&&
title
.
val
()
==
''
){
$
(
'
#key_title
'
).
val
(
key_mail
);
}
});
\ No newline at end of file
});
app/views/projects/repositories/_download_archive.html.haml
View file @
88db8708
-
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
...
...
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