Sha256: 247a832d26c704cae20c31c136dc0592533a8575d7a3a433b6df4d853ef1c45e
Contents?: true
Size: 643 Bytes
Versions: 2
Compression:
Stored size: 643 Bytes
Contents
<article class="white_background" id="featured_press_release" data-id="#{press_release.id}"> <div class="row"> <div class="default_content_block"> <a href=<%= pressroom_path(press_release.id, to_slug(press_release.title)) %>> <h4 class="pressroom-month"><%= Date.parse(press_release.release_date).strftime('%d %B, %Y') %></h4> <h2><%= press_release.title %></h2> <p><%= press_release.summary %></p> </a> <a class="medium white button radius text-center" href=<%= pressroom_path(press_release.id, to_slug(press_release.title)) %>><%= t('press_release.read') %></a> </div> </div> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foxynews-1.0.1 | app/views/foxynews/partials/_featured_press_release.html.erb |
foxynews-1.0.0 | app/views/foxynews/partials/_featured_press_release.html.erb |