Sha256: d370855ee1754a90573a712a04d440c18a91179c3c90202382bf981f76befffb
Contents?: true
Size: 698 Bytes
Versions: 5
Compression:
Stored size: 698 Bytes
Contents
<%# the context sections - about, news %> <div id="content_home_context" class="row"> <div id="content_home_about" class="col-sm-6"> <h4><%= t('blacklight.home.context.about.title') %></h4> <p><%= t('blacklight.home.context.about.text') %></p> <p class="more-info-link"> <%= link_to 'Learn more >>', render_about_site_path %> </p> </div> <div id="content_home_news" class="col-sm-6"> <h4><%= t('blacklight.home.context.news.title') %></h4> <%= render_blog_feed %> <p class="more-info-link"> <%= link_to 'More news >>', t('blacklight.home.context.news.blog_url'), :target => '_blank' %> </p> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems