diff options
| author | Clement Ho <clemmakesapps@gmail.com> | 2017-12-04 16:13:44 +0000 |
|---|---|---|
| committer | Clement Ho <clemmakesapps@gmail.com> | 2017-12-04 16:13:44 +0000 |
| commit | 6b7c3f2038dfdb8e29e6a0028a3dbdf6498825b4 (patch) | |
| tree | 53c4062926e46805256b86060ee9882145524c69 | |
| parent | ad17e8a41605df8ec2398b544772bde8cea3d9c5 (diff) | |
| download | gitlab-ce-backport-epic-nav.tar.gz | |
Remove unused variablebackport-epic-nav
| -rw-r--r-- | app/views/shared/issuable/_nav.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_nav.html.haml b/app/views/shared/issuable/_nav.html.haml index b4d23210577..6d8a4668cec 100644 --- a/app/views/shared/issuable/_nav.html.haml +++ b/app/views/shared/issuable/_nav.html.haml @@ -1,6 +1,5 @@ - type = local_assigns.fetch(:type, :issues) - page_context_word = type.to_s.humanize(capitalize: false) -- issuables = @issues || @merge_requests %ul.nav-links.issues-state-filters %li{ class: active_when(params[:state] == 'opened') }> |
