mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-01 21:51:49 +01:00
Added a link to the API docs to the bottom of the sidebar.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@675 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
ac5590f923
commit
95962c98cc
1 changed files with 4 additions and 1 deletions
|
|
@ -26,6 +26,9 @@
|
|||
:contexts => @contexts.select{|c| c.hide? } } -%>
|
||||
<% end -%>
|
||||
|
||||
<div class="integrations-link"><%= link_to 'Integrate Tracks', integrations_path %></div>
|
||||
<div class="integrations-link"><ul>
|
||||
<li><%= link_to 'Integrate Tracks', integrations_path %></li>
|
||||
<li><%= link_to 'REST API Docs', url_for(:controller => 'integrations', :action => 'rest_api') %></li>
|
||||
</ul></div>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue