mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Renamed the notifications container
Renamed from `#flashbar` to `#notifications`
This commit is contained in:
parent
881e861295
commit
2fe7eda8e2
@ -889,7 +889,7 @@ nav {
|
||||
Notifications
|
||||
========================================================================== */
|
||||
|
||||
#flashbar {
|
||||
#notifications {
|
||||
@include breakpoint($mobile) {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -122,7 +122,7 @@
|
||||
|
||||
/**
|
||||
* This is the view to generate the markup for the individual
|
||||
* notification. Will be included into #flashbar.
|
||||
* notification. Will be included into #notifications.
|
||||
*
|
||||
* States can be
|
||||
* - persistent
|
||||
@ -152,7 +152,7 @@
|
||||
* This handles Notification groups
|
||||
*/
|
||||
Ghost.Views.NotificationCollection = Ghost.View.extend({
|
||||
el: '#flashbar',
|
||||
el: '#notifications',
|
||||
initialize: function () {
|
||||
var self = this;
|
||||
this.render();
|
||||
|
@ -26,7 +26,7 @@
|
||||
{{/unless}}
|
||||
|
||||
<main role="main" id="main">
|
||||
<aside id="flashbar">
|
||||
<aside id="notifications">
|
||||
{{> notifications}}
|
||||
</aside>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user