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
370722f0
Commit
370722f0
authored
Oct 22, 2020
by
Jacopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gl alert ee/app/views/admin/licenses/_repeat_trial_info.html.haml
parent
6542735a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
ee/app/views/admin/licenses/_repeat_trial_info.html.haml
ee/app/views/admin/licenses/_repeat_trial_info.html.haml
+3
-4
ee/changelogs/unreleased/233653-replace-bootstrap-alerts-in-ee-app-views-admin-licenses-_repeat_tr.yml
...trap-alerts-in-ee-app-views-admin-licenses-_repeat_tr.yml
+5
-0
No files found.
ee/app/views/admin/licenses/_repeat_trial_info.html.haml
View file @
370722f0
#repeat-trial-info
.bs-callout.bs-callout-info.alert.alert-dismissible.fade.in.show
{
role:
"alert"
}
%button
.close
{
type:
"button"
,
'data-dismiss'
:
"alert"
,
'aria-label'
:
"Close"
}
%span
=
sprite_icon
(
'close'
)
#repeat-trial-info
.bs-callout.bs-callout-info.gl-alert.fade.in.show
{
role:
"alert"
}
%button
.js-close.gl-alert-dismiss
{
type:
'button'
,
'aria-label'
=>
_
(
'Dismiss'
)
}
=
sprite_icon
(
'close'
,
size:
16
,
css_class:
'gl-icon'
)
%h4
=
_
(
'Free Trial'
)
%p
...
...
ee/changelogs/unreleased/233653-replace-bootstrap-alerts-in-ee-app-views-admin-licenses-_repeat_tr.yml
0 → 100644
View file @
370722f0
---
title
:
Replace bootstrap alerts in ee/app/views/admin/licenses/_repeat_trial_info.html.haml
merge_request
:
41070
author
:
Jacopo Beschi @jacopo-beschi
type
:
changed
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