Skip to content

Commit

Permalink
Adding version for onpremise and changing support mail
Browse files Browse the repository at this point in the history
  • Loading branch information
azamorano committed May 22, 2015
1 parent af62a92 commit ba98dc4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/admin/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li class="Footer-listItem"><a class="Footer-listLink" href="http://docs.cartodb.com/tutorials.html">Getting started</a></li>
<% end %>
<% unless cartodb_onpremise_version.blank? %>
<li class="Footer-listItem DefaultParagraph"><%= cartodb_onpremise_version %></li>
<li class="Footer-listItem DefaultParagraph">Version: <%= cartodb_onpremise_version %></li>
<% end %>
</ul>
<% if cartodb_com_hosted? %>
Expand All @@ -21,10 +21,12 @@
</a>
<% end %>
<ul class="Footer-list Footer-list--secondary">
<li class="Footer-listItem"><a class="Footer-listLink" href="http://docs.cartodb.com">Documentation</a></li>
<% unless cartodb_com_hosted? %>
<li class="Footer-listItem"><a class="Footer-listLink" href="http://docs.cartodb.com">Documentation</a></li>
<li class="Footer-listItem"><a class="Footer-listLink" href="mailto:[email protected]">Support</a></li>
<% else %>
<li class="Footer-listItem"><a class="Footer-listLink" href="mailto:[email protected]">Support</a></li>
<% end %>
<li class="Footer-listItem"><a class="Footer-listLink" href="mailto:[email protected]">Support</a></li>
<li class="Footer-listItem"><a class="Footer-listLink" href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
Expand Down

0 comments on commit ba98dc4

Please sign in to comment.