Sha256: 83e7b32f288e0c640be1a3f75f1786e76000a0657ab90239f5e007a1f04912e5
Contents?: true
Size: 467 Bytes
Versions: 1
Compression:
Stored size: 467 Bytes
Contents
/ = content_tag :div, id: "#{note.dom_id}_#{note.id}", class: ['chat_item', note.dom_css] .chat_info - if note.html_class == 'out' span #{note.author_name} - else span Me .chat_message .chat_message_item = raw note.content_html .chat_item ng-id="{{note.id}}" ng-class="note.dom_css" ng-repeat="note in order.notes" .chat_info span ng-bind="note.author" .chat_message .chat_message_item ng-bind-html="note.content_html"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/views/account/notes/_note.html.slim |