Renamed the notifications container

Renamed from `#flashbar` to `#notifications`
This commit is contained in:
Matthew Harrison-Jones 2013-09-16 09:46:29 +01:00
parent 881e861295
commit 2fe7eda8e2
3 changed files with 4 additions and 4 deletions

View File

@ -889,7 +889,7 @@ nav {
Notifications
========================================================================== */
#flashbar {
#notifications {
@include breakpoint($mobile) {
position: fixed;
top: 0;

View File

@ -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();

View File

@ -26,7 +26,7 @@
{{/unless}}
<main role="main" id="main">
<aside id="flashbar">
<aside id="notifications">
{{> notifications}}
</aside>