Created
March 3, 2017 11:42
-
-
Save mh-github/f4aa596ffab0e7686c2d66fba43c8e6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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