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
89bcc1ba
Commit
89bcc1ba
authored
Jun 16, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rs-bootlint-fixes' into 'master'
Random Bootlint fixes See merge request !822
parents
adffe47d
0d7a0675
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
23 additions
and
29 deletions
+23
-29
app/views/admin/groups/_form.html.haml
app/views/admin/groups/_form.html.haml
+1
-2
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+1
-2
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+1
-2
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+1
-2
app/views/help/_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+1
-1
app/views/layouts/header/_default.html.haml
app/views/layouts/header/_default.html.haml
+1
-1
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+1
-2
app/views/projects/_bitbucket_import_modal.html.haml
app/views/projects/_bitbucket_import_modal.html.haml
+1
-1
app/views/projects/_github_import_modal.html.haml
app/views/projects/_github_import_modal.html.haml
+1
-1
app/views/projects/_gitlab_import_modal.html.haml
app/views/projects/_gitlab_import_modal.html.haml
+1
-1
app/views/projects/_issuable_form.html.haml
app/views/projects/_issuable_form.html.haml
+1
-1
app/views/projects/blob/_remove.html.haml
app/views/projects/blob/_remove.html.haml
+2
-3
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+1
-2
app/views/projects/labels/_form.html.haml
app/views/projects/labels/_form.html.haml
+1
-1
app/views/projects/merge_requests/show/_how_to_merge.html.haml
...iews/projects/merge_requests/show/_how_to_merge.html.haml
+1
-1
app/views/projects/wikis/_form.html.haml
app/views/projects/wikis/_form.html.haml
+1
-2
app/views/projects/wikis/_new.html.haml
app/views/projects/wikis/_new.html.haml
+1
-1
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+2
-0
app/views/shared/_confirm_modal.html.haml
app/views/shared/_confirm_modal.html.haml
+1
-1
app/views/shared/snippets/_form.html.haml
app/views/shared/snippets/_form.html.haml
+2
-2
No files found.
app/views/admin/groups/_form.html.haml
View file @
89bcc1ba
...
...
@@ -12,8 +12,7 @@
-
if
@group
.
new_record?
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
.alert.alert-info
=
render
'shared/group_tips'
.form-actions
...
...
app/views/admin/projects/show.html.haml
View file @
89bcc1ba
...
...
@@ -92,8 +92,7 @@
=
namespace_select_tag
:new_namespace_id
,
selected:
params
[
:namespace_id
],
class:
'input-large'
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
=
f
.
submit
'Transfer'
,
class:
'btn btn-primary'
.col-md-6
...
...
app/views/groups/edit.html.haml
View file @
89bcc1ba
...
...
@@ -11,8 +11,7 @@
=
render
'shared/group_form'
,
f:
f
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
=
image_tag
group_icon
(
@group
),
alt:
''
,
class:
'avatar group-avatar s160'
%p
.light
-
if
@group
.
avatar?
...
...
app/views/groups/new.html.haml
View file @
89bcc1ba
...
...
@@ -13,8 +13,7 @@
=
render
'shared/choose_group_avatar_button'
,
f:
f
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
=
render
'shared/group_tips'
.form-actions
...
...
app/views/help/_shortcuts.html.haml
View file @
89bcc1ba
#modal-shortcuts
.modal
.hide
{
tabindex:
-
1
}
#modal-shortcuts
.modal
{
tabindex:
-
1
}
.modal-dialog
.modal-content
.modal-header
...
...
app/views/layouts/header/_default.html.haml
View file @
89bcc1ba
...
...
@@ -5,7 +5,7 @@
=
brand_header_logo
%h3
GitLab
.header-content
%button
.navbar-toggle
%button
.navbar-toggle
{
type:
'button'
}
%span
.sr-only
Toggle navigation
=
icon
(
'bars'
)
...
...
app/views/profiles/show.html.haml
View file @
89bcc1ba
...
...
@@ -109,6 +109,5 @@
.row
.col-md-7
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
app/views/projects/_bitbucket_import_modal.html.haml
View file @
89bcc1ba
%div
#bitbucket_import_modal
.modal
.hide
%div
#bitbucket_import_modal
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/_github_import_modal.html.haml
View file @
89bcc1ba
%div
#github_import_modal
.modal
.hide
%div
#github_import_modal
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/_gitlab_import_modal.html.haml
View file @
89bcc1ba
%div
#gitlab_import_modal
.modal
.hide
%div
#gitlab_import_modal
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/_issuable_form.html.haml
View file @
89bcc1ba
-
if
issuable
.
errors
.
any?
.row
.col-sm-
10.col-sm-offset-2
.col-sm-
offset-2.col-sm-10
.alert.alert-danger
-
issuable
.
errors
.
full_messages
.
each
do
|
msg
|
%span
=
msg
...
...
app/views/projects/blob/_remove.html.haml
View file @
89bcc1ba
#modal-remove-blob
.modal
.hide
#modal-remove-blob
.modal
.modal-dialog
.modal-content
.modal-header
...
...
@@ -13,8 +13,7 @@
=
render
'shared/commit_message_container'
,
params:
params
,
placeholder:
'Removed this file because...'
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
=
button_tag
'Remove file'
,
class:
'btn btn-remove btn-remove-file'
=
link_to
"Cancel"
,
'#'
,
class:
"btn btn-cancel"
,
"data-dismiss"
=>
"modal"
...
...
app/views/projects/edit.html.haml
View file @
89bcc1ba
...
...
@@ -80,8 +80,7 @@
%legend
Project avatar:
.form-group
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
-
if
@project
.
avatar?
=
project_icon
(
"
#{
@project
.
namespace
.
to_param
}
/
#{
@project
.
to_param
}
"
,
alt:
''
,
class:
'avatar project-avatar s160'
)
%p
.light
...
...
app/views/projects/labels/_form.html.haml
View file @
89bcc1ba
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
,
@label
],
html:
{
class:
'form-horizontal label-form'
}
do
|
f
|
-
if
@label
.
errors
.
any?
.row
.col-sm-
10.col-sm-offset-2
.col-sm-
offset-2.col-sm-10
.alert.alert-danger
-
@label
.
errors
.
full_messages
.
each
do
|
msg
|
%span
=
msg
...
...
app/views/projects/merge_requests/show/_how_to_merge.html.haml
View file @
89bcc1ba
%div
#modal_merge_info
.modal
.hide
%div
#modal_merge_info
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/projects/wikis/_form.html.haml
View file @
89bcc1ba
...
...
@@ -12,8 +12,7 @@
=
f
.
select
:format
,
options_for_select
(
ProjectWiki
::
MARKUPS
,
{
selected:
@page
.
format
}),
{},
class:
"form-control"
.row
.col-sm-2
.col-sm-10
.col-sm-offset-2.col-sm-10
%p
.cgray
To link to a (new) page you can just type
%code
[Link Title](page-slug)
...
...
app/views/projects/wikis/_new.html.haml
View file @
89bcc1ba
%div
#modal-new-wiki
.modal
.hide
%div
#modal-new-wiki
.modal
.modal-dialog
.modal-content
.modal-header
...
...
app/views/shared/_clone_panel.html.haml
View file @
89bcc1ba
...
...
@@ -3,6 +3,7 @@
.input-group-addon.git-protocols
.input-group-btn
%button
{
|
type:
'button'
,
|
class:
"btn btn-sm #{ 'active' if default_clone_protocol == 'ssh' }#{ ' has_tooltip' if current_user && current_user.require_ssh_key? }"
,
|
:"data-clone"
=>
project
.
ssh_url_to_repo
,
|
:"data-title"
=>
"Add an SSH key to your profile<br> to pull or push via SSH"
,
...
...
@@ -11,6 +12,7 @@
SSH
.input-group-btn
%button
{
|
type:
'button'
,
|
class:
"btn btn-sm #{ 'active' if default_clone_protocol == 'http' }#{ ' has_tooltip' if current_user && current_user.require_password? }"
,
|
:"data-clone"
=>
project
.
http_url_to_repo
,
|
:"data-title"
=>
"Set a password on your account<br> to pull or push via #{gitlab_config.protocol.upcase}"
,
...
...
app/views/shared/_confirm_modal.html.haml
View file @
89bcc1ba
#modal-confirm-danger
.modal
.hide
{
tabindex:
-
1
}
#modal-confirm-danger
.modal
{
tabindex:
-
1
}
.modal-dialog
.modal-content
.modal-header
...
...
app/views/shared/snippets/_form.html.haml
View file @
89bcc1ba
...
...
@@ -12,8 +12,8 @@
=
render
'shared/visibility_level'
,
f:
f
,
visibility_level:
visibility_level
,
can_change_visibility_level:
true
,
form_model:
@snippet
.f
orm-group
.f
ile-editor
.f
ile-editor
.f
orm-group
=
f
.
label
:file_name
,
"File"
,
class:
'control-label'
.col-sm-10
.file-holder.snippet
...
...
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