diaspora/app/assets/templates/single-post-viewer_tpl.jst.hbs
Augier 207b6c6153 Port to Bootstrap 3
correcting images display on stream sidebar

Corrections on profile page
2015-06-04 18:05:43 +02:00

8 lines
224 B
Handlebars

<div id='single-post-container' class='container-fluid'>
<div class='row'>
<div id='single-post-content' class='col-md-6'>
</div>
<div id='single-post-interactions' class='col-md-6'>
</div>
</div>
</div>