14 lines
No EOL
564 B
Handlebars
14 lines
No EOL
564 B
Handlebars
<div class="note">
|
|
{{!-- TODO: figure out how to make the entire note clickable for opening with something like {{on "click" (fn this.openFullView)}} --}}
|
|
<Note::UserHeader
|
|
@displayname="{{@displayname}}"
|
|
@handle="@{{@username}}@{{@serverdomain}}"
|
|
/>
|
|
<Note::Content @content="{{@content}}" />
|
|
<div class="note-timestamps-container">
|
|
<p class="note-timestamp" id="note-edited-timestamp">Edited: At some time in
|
|
the future</p>
|
|
<p class="note-timestamp" id="note-created-timestamp">Posted: Before the Big
|
|
Bang</p>
|
|
</div>
|
|
</div> |