Created
August 22, 2018 11:55
-
-
Save obliviusm/cf41e6b95c9f6b36331dbb1ac68583af 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 @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