Skip to content

Instantly share code, notes, and snippets.

@mh-github
Created March 3, 2017 11:42
Show Gist options
  • Select an option

  • Save mh-github/f4aa596ffab0e7686c2d66fba43c8e6b to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/f4aa596ffab0e7686c2d66fba43c8e6b to your computer and use it in GitHub Desktop.
<p>
<strong>Terms & Conditions:</strong><br>
<% if @offer.tnc != nil %>
<% @offer.tnc.split("\n").each do |t| %>
<span class="bordered-span"> <%= t %> </span><br>
<% end %>
<% end %>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment