source: RedSur/app/assets/templates/feedback_tpl.jst.hbs @ 0b9e14e

modelo_minuta
Last change on this file since 0b9e14e was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 610 bytes
Line 
1<span class="post_scope grey">
2  {{#if public}}
3    {{t "stream.public"}}
4  {{else}}
5    {{t "stream.limited"}}
6  {{/if}}
7
8  {{#if provider_display_name}}
9    <strong>
10      {{t "stream.via" provider=provider_display_name}}
11    </strong>
12  {{/if}}
13  –
14</span>
15
16
17<a href="#" class="like" rel='nofollow'>
18  {{#if userLike}}
19    {{t "stream.unlike"}}
20  {{else}}
21    {{t "stream.like"}}
22  {{/if}}
23</a>
24·
25
26{{#if userCanReshare}}
27  <a href="#" class="reshare" rel='nofollow'>
28    {{t "stream.reshare"}}
29  </a>
30  ·
31{{/if}}
32
33<a href="#" class="focus_comment_textarea" rel="nofollow">
34  {{t "stream.comment"}}
35</a>
Note: See TracBrowser for help on using the repository browser.