source: RedSur/app/assets/templates/status-message_tpl.jst.hbs @ 220994c

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

Version para desarrollo local

  • Property mode set to 100755
File size: 708 bytes
Line 
1{{#if largePhoto}}
2  <div class="photo_attachments">
3    <a href="#" class="stream-photo-link">
4      {{#with largePhoto}}
5        <img src="{{sizes.large}}" class="stream-photo big_stream_photo" data-small-photo="{{sizes.small}}" data-full-photo="{{sizes.large}}" rel="lightbox">
6      {{/with}}
7    </a>
8
9    {{#each smallPhotos}}
10      <a href="#" class="stream-photo-link">
11        <img src="{{sizes.small}}" class="stream-photo thumb_small" data-small-photo="{{sizes.small}}" data-full-photo="{{sizes.large}}" rel="lightbox">
12      </a>
13    {{/each}}
14  </div>
15{{/if}}
16
17<div class="collapsible">
18  {{{text}}}
19  <div class="oembed"></div>
20  <div class="opengraph"></div>
21  <div class="poll"></div>
22</div>
Note: See TracBrowser for help on using the repository browser.