Sha256: 840cf77ddba8ee1e7bfb0f7a6416bedc08e82d774ab7af10f6243fda600eb38a
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
<% presskits.each do |presskit| %> <% if presskit.media.present? %> <div class="presskit-title"> <a href=<%= presskit_path(presskit.id, to_slug(presskit.title)) %>> <%= t('presskit.view_with_title', title: presskit.title) %></a> </div> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foxynews-1.0.1 | app/views/foxynews/partials/_presskits.html.erb |
foxynews-1.0.0 | app/views/foxynews/partials/_presskits.html.erb |