remove mobile version links

This commit is contained in:
r888888888
2017-09-07 18:37:51 -07:00
parent 4c62c5c643
commit 792d95227b
3 changed files with 0 additions and 5 deletions

View File

@@ -11,7 +11,6 @@
<% else %>
<%= link_to "Favorite", favorites_path(:post_id => @post.id), :method => :post %> |
<% end %>
<%= link_to "Non-mobile Version", post_path(@post.id) %>
</div>
<div id="tags">

View File

@@ -5,8 +5,6 @@
<li><%= link_to "Random post", random_posts_path(:tags => params[:tags]), :id => "random-post", :rel => "nofollow" %></li>
<li><%= link_to "Mobile version", mobile_posts_path(:tags => params[:tags]) %></li>
<li><%= link_to "Post count", posts_counts_path(:tags => params[:tags]) %></li>
</ul>
</section>

View File

@@ -56,8 +56,6 @@
<% end %>
<li><%= link_to "Replace Image", new_post_replacement_path(:post_id => post.id), :id => "replace-image" %></li>
<li id="mobile-version-list"><%= link_to "Mobile version", mobile_post_path(post) %></li>
<% end %>
<% end %>
</ul>