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
11d76aac
Commit
11d76aac
authored
Aug 02, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trial license modal dialog
parent
4b918674
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
app/views/admin/licenses/_upload_trial_license.html.haml
app/views/admin/licenses/_upload_trial_license.html.haml
+24
-0
No files found.
app/views/admin/licenses/_upload_trial_license.html.haml
0 → 100644
View file @
11d76aac
-
license_key
=
params
[
:trial_key
]
#modal-upload-trial-license
.modal-upload-trial-license.modal.fade.in
{
tabindex:
-
1
,
role:
'dialog'
}
.modal-dialog
.modal-content
.modal-body
%button
.close
{
type:
'button'
,
data:
{
dismiss:
'modal'
},
aria:
{
label:
'Close'
}
}
%span
×
.modal-body-contents
.trial-activated-graphic.prepend-top-15
=
custom_icon
(
'ee_trial_license_activated'
,
size:
100
)
%h3
.confirmation-title
Your trial license was issued!
%p
.confirmation-desc.lead
Your trial license was issued and activated. Install it
to enjoy GitLab Enterprise Edition Premium for 30 days.
=
form_for
License
.
new
,
url:
admin_license_path
,
html:
{
multipart:
true
,
class:
'form-horizontal fieldset-form'
}
do
|
f
|
=
f
.
hidden_field
:data
,
value:
license_key
.well.trial-license-preview.prepend-top-15
=
license_key
.modal-footer.form-actions
%button
.btn.btn-default
{
type:
'button'
,
data:
{
dismiss:
'modal'
}
}
Cancel
=
f
.
submit
'Install license'
,
class:
'btn btn-primary'
:javascript
$
(
'
#modal-upload-trial-license
'
).
modal
(
'
show
'
);
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