Sha256: 24656606b6c79f6397cdc7985930b17d59c05be518352a4c227128349dbdc964
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 Bytes
Contents
Ember.Handlebars.helper 'mood-icon', (index, options) -> if index == 0 new (Ember.Handlebars.SafeString)('<img src="http://twemoji.maxcdn.com/72x72/1f600.png" style="width:16px; height:16px;"/>') else if index == 1 new (Ember.Handlebars.SafeString)('<img src="http://twemoji.maxcdn.com/72x72/1f60b.png" style="width:16px; height:16px;"/>') else if index == 2 new (Ember.Handlebars.SafeString)('<img src="http://twemoji.maxcdn.com/72x72/1f610.png" style="width:16px; height:16px;"/>') else if index == 2 new (Ember.Handlebars.SafeString)('<img src="http://twemoji.maxcdn.com/72x72/1f61f.png" style="width:16px; height:16px;"/>') else '-'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voluntary_feedback-0.1.0 | app/assets/javascripts/voluntary_feedback/helpers/mood_icon_helper.js.coffee |