Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-01-13 22:41:32 -05:00
Code
Issues
Activity
b21b36a598
ghost
/
core
/
client
/
app
/
templates
/
components
/
gh-notifications.hbs
4 lines
82 B
Handlebars
Raw
Normal View
History
Unescape
Escape
update Ember to 1.12.1/ember-data to 1.0.0-beta.18 No issue - fixed "{{#each}}" helper in templates to use block syntax - fixed deprecated ember.controller getter/setter function to use new syntax - removed unnecessary pass-protect route view
2015-06-02 20:56:42 -06:00
{{
#
each
messages
as
|
message
|
}}
Update syntax in ember templates. No Issue. - Outlet names must be quoted. - {{#each}} helper will no longer implicitly switch context. Change usage to {{#each foo in bar}}.
2014-12-05 21:54:42 +00:00
{{
gh-notification
message
=
message
}}
Update Ember Components with proper gh- prefix GH-ISSUE 2373
2014-05-28 15:26:05 -04:00
{{
/
each
}}
Reference in a new issue
Copy permalink