mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Merge pull request #764 from matthojo/Flash-Bar
Renamed the notifications container
This commit is contained in:
commit
cefa0e14ef
3 changed files with 4 additions and 4 deletions
|
@ -889,7 +889,7 @@ nav {
|
|||
Notifications
|
||||
========================================================================== */
|
||||
|
||||
#flashbar {
|
||||
#notifications {
|
||||
@include breakpoint($mobile) {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
@ -124,7 +124,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
|
||||
|
@ -154,7 +154,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 a new issue