Skip to content

Commit

Permalink
Merge pull request #1663 from ontohub/1653-content_tab_is_not_active
Browse files Browse the repository at this point in the history
Content tab is not active
  • Loading branch information
ebolloff committed Apr 26, 2016
2 parents 1ed0030 + e276f66 commit 3873df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/navigation_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def ontology_nav(ontology, current_page)
content_page = ontology.distributed? ? :children : :symbols
@top_level_pages = [
['Content', locid_for(resource, content_page),
:symbols],
content_page.to_sym],
['Comments', locid_for(resource, :comments),
:comments],
['Metadata', locid_for(resource, :metadata),
Expand Down

0 comments on commit 3873df2

Please sign in to comment.