Skip to content

Instantly share code, notes, and snippets.

@beck03076
Created June 11, 2014 19:34
Show Gist options
  • Select an option

  • Save beck03076/114fb481f316c2de145f to your computer and use it in GitHub Desktop.

Select an option

Save beck03076/114fb481f316c2de145f to your computer and use it in GitHub Desktop.
<% 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>
&nbsp;
<%= @last_months.blank? ? nil : @last_months.to_s + "month(s)" %>
&nbsp;
<%= @from %>
&nbsp;
<%= @to %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment