Skip to content

Commit

Permalink
Enable google analytics tracking of use of donate buttons and databas…
Browse files Browse the repository at this point in the history
…e coverage link- #219
  • Loading branch information
Vino-S committed Mar 7, 2019
1 parent b136aa3 commit b7accbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_main_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<% end%>
<% if MyopicVicar::Application.config.template_set == 'freecen' && (controller_name != 'freecen_coverage' || @chapman_code != nil)%>
<li>
<%=link_to("Database Coverage",main_app.freecen_coverage_path)%>
<%=link_to("Database Coverage",main_app.freecen_coverage_path, id: "db_coverage_nav")%>
</li>
<% end %>
Expand Down

0 comments on commit b7accbb

Please sign in to comment.