-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a button to display all issues with no labels #236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 7 8 +1
Lines 82 127 +45
=====================================
+ Hits 82 127 +45
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to add another table?
Why would the issues
not suffice, we have a labels
column?
Adds:
The code isn't very dry - the two
index.html.eex
s are practically identical and there's a lot of repeating stuff inhook_controller
. Should we be pulling more stuff out to functions / using child templates?fixes #229