remove mobile version links
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
<% else %>
|
<% else %>
|
||||||
<%= link_to "Favorite", favorites_path(:post_id => @post.id), :method => :post %> |
|
<%= link_to "Favorite", favorites_path(:post_id => @post.id), :method => :post %> |
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= link_to "Non-mobile Version", post_path(@post.id) %>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tags">
|
<div id="tags">
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
<li><%= link_to "Random post", random_posts_path(:tags => params[:tags]), :id => "random-post", :rel => "nofollow" %></li>
|
<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>
|
<li><%= link_to "Post count", posts_counts_path(:tags => params[:tags]) %></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -56,8 +56,6 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<li><%= link_to "Replace Image", new_post_replacement_path(:post_id => post.id), :id => "replace-image" %></li>
|
<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 %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user