From 306c4e690035b1d60f44bde3696f0eec2037719f Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 26 Nov 2013 13:06:13 -0500 Subject: [PATCH] Fix error with mobile link --- app/views/posts/partials/show/_options.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/partials/show/_options.html.erb b/app/views/posts/partials/show/_options.html.erb index 1462982df..bd3ed3fe0 100644 --- a/app/views/posts/partials/show/_options.html.erb +++ b/app/views/posts/partials/show/_options.html.erb @@ -50,7 +50,7 @@
  • <%= link_to "Expunge", expunge_moderator_post_post_path(:post_id => post.id), :remote => true, :method => :post, :id => "expunge", :confirm => "This will permanently delete this post (meaning the file will be deleted). Are you sure you want to delete this post?" %>
  • <% end %> -
  • <%= link_to "Mobile version", m_post_path(post) %>
  • +
  • <%= link_to "Mobile version", mobile_post_path(post) %>
  • <% end %> <% end %>