Skip to content

Instantly share code, notes, and snippets.

@obliviusm
Created August 22, 2018 11:55
Show Gist options
  • Select an option

  • Save obliviusm/cf41e6b95c9f6b36331dbb1ac68583af to your computer and use it in GitHub Desktop.

Select an option

Save obliviusm/cf41e6b95c9f6b36331dbb1ac68583af to your computer and use it in GitHub Desktop.
<%= if @issues.all_issues_are_resolved? %>
<%= if @issues.has_selected_filters? %>
All selected issues are resolved.
<% else %>
All issues are resolved.
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment