source: RedSur/app/assets/templates/reshare_tpl.jst.hbs

profile_fields
Last change on this file was a5c4926, checked in by aosorio <aosorio@…>, 8 years ago

Agregadas nuevas estructuras del profile para el registro de entes de apoyo

  • Property mode set to 100644
File size: 784 bytes
Line 
1<div class="reshare">
2  <div class="media">
3    {{#if root}}
4      {{#with root}}
5        <a href="/people/{{author.guid}}" class="img {{{hovercardable this}}}">
6          {{{personImage author 'small'}}}
7        </a>
8
9        <div class="bd">
10          <div>
11            {{#linkToAuthor author}}
12              {{name}}
13            {{/linkToAuthor}}
14
15            <span class="details gray">
16              -
17              <a href="/posts/{{id}}">
18                <time class="timeago" data-original-title="{{{localTime created_at}}}" datetime="{{created_at}}" />
19              </a>
20            </span>
21          </div>
22      {{/with}}
23
24        {{> status-message}}
25      </div>
26    {{else}}
27      <p>
28        {{t "stream.original_post_deleted"}}
29      </p>
30    {{/if}}
31  </div>
32</div>
Note: See TracBrowser for help on using the repository browser.