Created
June 11, 2014 19:34
-
-
Save beck03076/114fb481f316c2de145f 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
| <% if !@last_months.blank? || [email protected]? || [email protected]? %> | |
| <div class="row padAll10 green-well text-center modal-tab"> | |
| <span class="bold-subhead">Filtered By:</span> | |
| | |
| <%= @last_months.blank? ? nil : @last_months.to_s + "month(s)" %> | |
| | |
| <%= @from %> | |
| | |
| <%= @to %> | |
| </div> | |
| <% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment