Commit 2a654386 authored by Phil Hughes's avatar Phil Hughes

Fixed local_assigns throwing error when key not found

parent f463c1aa
- type = local_assigns.fetch(:type)
- board = local_assigns.fetch(:board)
- board = local_assigns.fetch(:board, nil)
.issues-filters
.issues-details-filters.row-content-block.second-block.filtered-search-block
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment