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
cd722f00
Commit
cd722f00
authored
Jul 06, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HAMLLint: Fix `FinalNewline` and `UnnecessaryStringOutput` errors
parent
e7f9b17c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/admin/licenses/_upload_buy_license.html.haml
app/views/admin/licenses/_upload_buy_license.html.haml
+1
-1
app/views/admin/licenses/show.html.haml
app/views/admin/licenses/show.html.haml
+1
-1
app/views/dashboard/projects/_blank_state_ee_trial.html.haml
app/views/dashboard/projects/_blank_state_ee_trial.html.haml
+1
-1
app/views/dashboard/projects/_blank_state_welcome.html.haml
app/views/dashboard/projects/_blank_state_welcome.html.haml
+1
-1
No files found.
app/views/admin/licenses/_upload_buy_license.html.haml
View file @
cd722f00
=
link_to
'Buy License'
,
"
#{
Gitlab
::
SUBSCRIPTIONS_URL
}
/plans"
,
target:
'_blank'
,
rel:
'noopener noreferrer nofollow'
,
class:
"btn btn-new btn-inverted pull-right btn-buy-license"
=
link_to
'Upload New License'
,
new_admin_license_path
,
class:
"btn pull-right btn-upload-license append-right-10"
\ No newline at end of file
=
link_to
'Upload New License'
,
new_admin_license_path
,
class:
"btn pull-right btn-upload-license append-right-10"
app/views/admin/licenses/show.html.haml
View file @
cd722f00
...
...
@@ -38,7 +38,7 @@
-
if
@license
.
will_expire?
%strong
=
time_ago_with_tooltip
(
@license
.
expires_at
)
-
if
@license
.
trial?
%span
=
"(Free trial will expire in
#{
pluralize
(
@license
.
remaining_days
,
'day'
)
}
)"
%span
Free trial will expire in
#{
pluralize
(
@license
.
remaining_days
,
'day'
)
}
-
else
%strong
Never
...
...
app/views/dashboard/projects/_blank_state_ee_trial.html.haml
View file @
cd722f00
...
...
@@ -13,4 +13,4 @@
You can try these out for free without
any obligation or payment details.
=
link_to
new_trial_path
,
class:
"btn btn-new"
do
Start free trial
\ No newline at end of file
Start free trial
app/views/dashboard/projects/_blank_state_welcome.html.haml
View file @
cd722f00
...
...
@@ -45,4 +45,4 @@
Public projects are an easy way to allow
everyone to have read-only access.
=
link_to
trending_explore_projects_path
,
class:
"btn btn-new"
do
Browse projects
\ No newline at end of file
Browse projects
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