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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
598d8cab
Commit
598d8cab
authored
Dec 23, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HAMLLint: Fix `SpaceBeforeScript` offences
parent
6f6f546b
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
app/views/admin/broadcast_messages/index.html.haml
app/views/admin/broadcast_messages/index.html.haml
+1
-1
app/views/admin/hooks/index.html.haml
app/views/admin/hooks/index.html.haml
+1
-1
app/views/ci/lints/_create.html.haml
app/views/ci/lints/_create.html.haml
+1
-1
app/views/dashboard/projects/_zero_authorized_projects.html.haml
...ws/dashboard/projects/_zero_authorized_projects.html.haml
+1
-1
app/views/notify/new_issue_email.html.haml
app/views/notify/new_issue_email.html.haml
+1
-1
app/views/notify/new_mention_in_issue_email.html.haml
app/views/notify/new_mention_in_issue_email.html.haml
+1
-1
app/views/notify/new_mention_in_merge_request_email.html.haml
...views/notify/new_mention_in_merge_request_email.html.haml
+1
-1
app/views/notify/new_merge_request_email.html.haml
app/views/notify/new_merge_request_email.html.haml
+1
-1
app/views/projects/_bitbucket_import_modal.html.haml
app/views/projects/_bitbucket_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/_md_preview.html.haml
app/views/projects/_md_preview.html.haml
+1
-1
app/views/projects/forks/index.html.haml
app/views/projects/forks/index.html.haml
+1
-1
app/views/projects/milestones/_form.html.haml
app/views/projects/milestones/_form.html.haml
+1
-1
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+1
-1
No files found.
app/views/admin/broadcast_messages/index.html.haml
View file @
598d8cab
...
...
@@ -10,7 +10,7 @@
%br
.clearfix
-
if
@broadcast_messages
.
any?
-
if
@broadcast_messages
.
any?
%table
.table
%thead
%tr
...
...
app/views/admin/hooks/index.html.haml
View file @
598d8cab
...
...
@@ -54,7 +54,7 @@
=
f
.
submit
"Add System Hook"
,
class:
"btn btn-create"
%hr
-
if
@hooks
.
any?
-
if
@hooks
.
any?
.panel.panel-default
.panel-heading
System hooks (
#{
@hooks
.
count
}
)
...
...
app/views/ci/lints/_create.html.haml
View file @
598d8cab
...
...
@@ -36,7 +36,7 @@
-
if
build
[
:allow_failure
]
%b
Allowed to fail
-
else
-
else
%p
%b
Status:
syntax is incorrect
...
...
app/views/dashboard/projects/_zero_authorized_projects.html.haml
View file @
598d8cab
...
...
@@ -33,7 +33,7 @@
=
link_to
new_project_path
,
class:
"btn btn-new"
do
New project
-
if
publicish_project_count
>
0
-
if
publicish_project_count
>
0
.blank-state
.blank-state-icon
=
icon
(
"globe"
)
...
...
app/views/notify/new_issue_email.html.haml
View file @
598d8cab
-
if
current_application_settings
.
email_author_in_body
%div
#{
link_to
@issue
.
author_name
,
user_url
(
@issue
.
author
)
}
wrote:
-
if
@issue
.
description
-
if
@issue
.
description
=
markdown
(
@issue
.
description
,
pipeline: :email
,
author:
@issue
.
author
)
-
if
@issue
.
assignee_id
.
present?
...
...
app/views/notify/new_mention_in_issue_email.html.haml
View file @
598d8cab
...
...
@@ -4,7 +4,7 @@
-
if
current_application_settings
.
email_author_in_body
%div
#{
link_to
@issue
.
author_name
,
user_url
(
@issue
.
author
)
}
wrote:
-
if
@issue
.
description
-
if
@issue
.
description
=
markdown
(
@issue
.
description
,
pipeline: :email
,
author:
@issue
.
author
)
-
if
@issue
.
assignee_id
.
present?
...
...
app/views/notify/new_mention_in_merge_request_email.html.haml
View file @
598d8cab
...
...
@@ -11,5 +11,5 @@
%p
Assignee:
#{
@merge_request
.
author_name
}
→
#{
@merge_request
.
assignee_name
}
-
if
@merge_request
.
description
-
if
@merge_request
.
description
=
markdown
(
@merge_request
.
description
,
pipeline: :email
,
author:
@merge_request
.
author
)
app/views/notify/new_merge_request_email.html.haml
View file @
598d8cab
...
...
@@ -8,5 +8,5 @@
%p
Assignee:
#{
@merge_request
.
author_name
}
→
#{
@merge_request
.
assignee_name
}
-
if
@merge_request
.
description
-
if
@merge_request
.
description
=
markdown
(
@merge_request
.
description
,
pipeline: :email
,
author:
@merge_request
.
author
)
app/views/projects/_bitbucket_import_modal.html.haml
View file @
598d8cab
...
...
@@ -10,4 +10,4 @@
as administrator you need to configure
-
else
ask your GitLab administrator to configure
=
=
#{
link_to
'OAuth integration'
,
help_page_path
(
"integration/bitbucket"
)
}
.
=
link_to
'OAuth integration'
,
help_page_path
(
"integration/bitbucket"
)
app/views/projects/_gitlab_import_modal.html.haml
View file @
598d8cab
...
...
@@ -10,4 +10,4 @@
as administrator you need to configure
-
else
ask your GitLab administrator to configure
=
=
#{
link_to
'OAuth integration'
,
help_page_path
(
"integration/gitlab"
)
}
.
=
link_to
'OAuth integration'
,
help_page_path
(
"integration/gitlab"
)
app/views/projects/_md_preview.html.haml
View file @
598d8cab
...
...
@@ -24,7 +24,7 @@
=
markdown_toolbar_button
({
icon:
"check-square-o fw"
,
data:
{
"md-tag"
=>
"* [ ] "
,
"md-prepend"
=>
true
},
title:
"Add a task list"
})
.toolbar-group
%button
.toolbar-btn.js-zen-enter.has-tooltip.hidden-xs
{
type:
"button"
,
tabindex:
-
1
,
aria:
{
label:
"Go full screen"
},
title:
"Go full screen"
,
data:
{
container:
"body"
}
}
=
icon
(
"arrows-alt fw"
)
=
icon
(
"arrows-alt fw"
)
.md-write-holder
=
yield
...
...
app/views/projects/forks/index.html.haml
View file @
598d8cab
.top-area
.nav-text
-
full_count_title
=
"
#{
@public_forks_count
}
public and
#{
@private_forks_count
}
private"
=
=
#{
pluralize
(
@total_forks_count
,
'fork'
)
}
:
#{
full_count_title
}
=
"
#{
pluralize
(
@total_forks_count
,
'fork'
)
}
:
#{
full_count_title
}
"
.nav-controls
=
form_tag
request
.
original_url
,
method: :get
,
class:
'project-filter-form'
,
id:
'project-filter-form'
do
|
f
|
...
...
app/views/projects/milestones/_form.html.haml
View file @
598d8cab
...
...
@@ -20,6 +20,6 @@
-
if
@milestone
.
new_record?
=
f
.
submit
'Create milestone'
,
class:
"btn-create btn"
=
link_to
"Cancel"
,
namespace_project_milestones_path
(
@project
.
namespace
,
@project
),
class:
"btn btn-cancel"
-
else
-
else
=
f
.
submit
'Save changes'
,
class:
"btn-save btn"
=
link_to
"Cancel"
,
namespace_project_milestone_path
(
@project
.
namespace
,
@project
,
@milestone
),
class:
"btn btn-cancel"
app/views/shared/_clone_panel.html.haml
View file @
598d8cab
...
...
@@ -2,7 +2,7 @@
.git-clone-holder.input-group
.input-group-btn
-
if
allowed_protocols_present?
-
if
allowed_protocols_present?
.clone-dropdown-btn.btn.btn-static
%span
=
enabled_project_button
(
project
,
enabled_protocol
)
...
...
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