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
70d093f9
Commit
70d093f9
authored
Aug 31, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct remaining `Lint/UselessAssignment` haml-lint violations in EE
parent
16855d90
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
6 deletions
+0
-6
ee/app/views/projects/mirrors/pull/_authentication_method.html.haml
...ws/projects/mirrors/pull/_authentication_method.html.haml
+0
-1
ee/app/views/projects/services/gitlab_slack_application/_help.html.haml
...rojects/services/gitlab_slack_application/_help.html.haml
+0
-1
ee/app/views/shared/billings/_billing_plan_header.html.haml
ee/app/views/shared/billings/_billing_plan_header.html.haml
+0
-1
ee/app/views/shared/issuable/_assignee_page_default.html.haml
...pp/views/shared/issuable/_assignee_page_default.html.haml
+0
-2
ee/app/views/shared/milestones/_burndown.html.haml
ee/app/views/shared/milestones/_burndown.html.haml
+0
-1
No files found.
ee/app/views/projects/mirrors/pull/_authentication_method.html.haml
View file @
70d093f9
-
import_data
=
f
.
object
-
regen_data
=
{
auth_method:
'ssh_public_key'
,
regenerate_ssh_private_key:
true
}
-
ssh_key_auth
=
import_data
.
ssh_key_auth?
-
ssh_public_key_present
=
import_data
.
ssh_public_key
.
present?
.form-group
...
...
ee/app/views/projects/services/gitlab_slack_application/_help.html.haml
View file @
70d093f9
-
pretty_name
=
defined?
(
@project
)
?
@project
.
full_name
:
'namespace / path'
-
run_actions_text
=
"Perform common operations on GitLab project:
#{
pretty_name
}
"
.card
%p
...
...
ee/app/views/shared/billings/_billing_plan_header.html.haml
View file @
70d093f9
...
...
@@ -23,5 +23,4 @@
=
render
'shared/billings/trial_status'
,
namespace:
namespace
-
if
namespace
.
eligible_for_trial?
-
namespace_billing_url
=
namespace
.
is_a?
(
Group
)
?
group_billings_url
(
namespace
)
:
profile_billings_url
%p
=
link_to
'Start your free trial'
,
new_gitlab_com_trial_url
,
class:
'btn btn-primary btn-inverted'
ee/app/views/shared/issuable/_assignee_page_default.html.haml
View file @
70d093f9
-
filter_placeholder
=
local_assigns
.
fetch
(
:filter_placeholder
,
'Search'
)
.dropdown-page-one
.issue-board-dropdown-content
%p
...
...
ee/app/views/shared/milestones/_burndown.html.haml
View file @
70d093f9
-
milestone
=
local_assigns
[
:milestone
]
-
project
=
local_assigns
[
:project
]
-
burndown
=
burndown_chart
(
milestone
)
-
warning
=
data_warning_for
(
burndown
)
...
...
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