Commit bdf1f2bc authored by Brett Walker's avatar Brett Walker

Fix for undefined local variable 'wiki_url'

parent 0333e250
......@@ -301,6 +301,7 @@
= _('Packages')
- if project_nav_tab? :wiki
- wiki_url = project_wiki_path(@project, :home)
= nav_link(controller: :wikis) do
= link_to wiki_url, class: 'shortcuts-wiki qa-wiki-link' do
.nav-icon-container
......
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