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
bdca8edf
Commit
bdca8edf
authored
Sep 04, 2020
by
Jacopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change class to gl-alert
parent
6542735a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
ee/app/views/trials/_banner.html.haml
ee/app/views/trials/_banner.html.haml
+6
-6
ee/changelogs/unreleased/233656-replace-bootstrap-alerts-in-ee-app-views-trials-_banner-html-haml.yml
...strap-alerts-in-ee-app-views-trials-_banner-html-haml.yml
+5
-0
No files found.
ee/app/views/trials/_banner.html.haml
View file @
bdca8edf
-
return
unless
show_trial_banner?
(
namespace
)
.user-callout
.alert.bordered-box.landing.justify-content-start.pl-md-8
%button
{
type
:"button"
,
class
:"btn btn-default close"
,
"data-dismiss"
:"alert"
,
"aria-label"
:
_
(
"Close"
)
}
=
sprite_icon
(
'close'
)
.svg-container
%section
.gl-banner.gl-banner-introduction.my-2
.gl-banner-illustration
=
custom_icon
(
'trial_activated_banner'
)
.
user-callout-copy
%h4
.
gl-banner-content.gl-display-flex.gl-flex-direction-column.gl-justify-content-center
%h4
.gl-banner-title
=
s_
(
"BillingPlans|Congratulations, your free trial is activated."
)
%button
.gl-banner-close.close
{
"aria-label"
=>
_
(
'Dismiss'
),
:type
=>
"button"
}
=
sprite_icon
(
'close'
,
size:
16
,
css_class:
'gl-icon'
)
ee/changelogs/unreleased/233656-replace-bootstrap-alerts-in-ee-app-views-trials-_banner-html-haml.yml
0 → 100644
View file @
bdca8edf
---
title
:
Replace bootstrap alerts in ee/app/views/trials/_banner.html.haml
merge_request
:
41074
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