Skip to content

Commit

Permalink
Fix GraphQL link (#690)
Browse files Browse the repository at this point in the history
Typo fixed, thanks double-beep for the link to the source
  • Loading branch information
tripleee committed Nov 9, 2019
1 parent fb6b3bd commit b3cb963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li role="separator" class="divider"></li>
<%= nav_link DataController, label: 'JS Data Exploder' %>
<%= nav_link nil, path: '/data/sql', label: 'SQL Data Exploder' %>
<%= nav_link false, path: '/api/graphiql', label: 'GraphQL Data Exploder' %>
<%= nav_link false, path: '/api/graphql', label: 'GraphQL Data Exploder' %>
<li role="separator" class="divider"></li>
<%= nav_link AbuseReportsController, label: 'Abuse Reports', action: :index %>
<% unless current_user&.has_role?(:developer) %>
Expand Down

0 comments on commit b3cb963

Please sign in to comment.