Sha256: 68c00d1adde0b55b8a473636c477f00402e7c45a860642f5d9dd6ef143818bcb

Contents?: true

Size: 845 Bytes

Versions: 2

Compression:

Stored size: 845 Bytes

Contents

<div class="content" id="panel_social">
  <% if pressroom.urls['facebook'].present? %>
    <a href=<%= pressroom.urls['facebook'] %> title="Facebook"><i class="social-facebook"></i></a>
  <% end %>
  <% if pressroom.urls['twitter'].present? %>
    <a href=<%= pressroom.urls['twitter'] %> title="Twitter"><i class="social-twitter"></i></a>
  <% end %>
  <% if pressroom.urls['linkedin'].present? %>
    <a href=<%= pressroom.urls['linkedin'] %> title="Linkedin"><i class="social-linkedin"></i></a>
  <% end %>
  <% if pressroom.urls['googleplus'].present? %>
    <a href=<%= pressroom.urls['googleplus'] %> title="Googleplus"><i class="social-googleplus"></i></a>
  <% end %>
  <% if pressroom.urls['instagram'].present? %>
    <a href=<%= pressroom.urls['instagram'] %> title="Instagram"><i class="social-instagram"></i></a>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foxynews-1.0.1 app/views/foxynews/partials/_contact_social_media.html.erb
foxynews-1.0.0 app/views/foxynews/partials/_contact_social_media.html.erb