add help link to center panel

This commit is contained in:
Zachary Chai
2017-02-16 17:17:55 -05:00
parent 64ac93f65f
commit 6637983d4e
5 changed files with 17 additions and 2 deletions

View File

@ -24,6 +24,9 @@
<%= yield %>
</div>
<%= yield :footer %>
<div class="help-link">
<%= link_to t('help'), help_url %>
</div>
</div>
</div>
</div>