fixes to mobile responsive view

This commit is contained in:
r888888888
2017-04-20 14:28:37 -07:00
parent 865a8d7a0a
commit 9718c6e107
5 changed files with 41 additions and 10 deletions

View File

@@ -8,4 +8,8 @@
<% if CurrentUser.user.enable_post_navigation %>
&ndash; <%= link_to "Keyboard shortcuts available", keyboard_shortcuts_path %>
<% end %>
<span id="desktop-version-link">
&ndash;
<%= link_to "Desktop version", posts_path(:dm => "1"), :rel => "nofollow" %>
</span>
</footer>