|
<div class="newpic">
|
|
<%= image_tag @bulletin.image.url %>
|
|
</div>
|
|
<h3 class="newstitle"><%= @bulletin.title %></h3>
|
|
<p class="newsDate"><%= display_date_time(@bulletin.postdate) %></p>
|
|
<div class="newsummary"><%= @bulletin.text.html_safe rescue '' %></div>
|