Fix error with mobile link

This commit is contained in:
Toks
2013-11-26 13:06:13 -05:00
parent ef2fe6d05c
commit 306c4e6900

View File

@@ -50,7 +50,7 @@
<li><%= 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?" %></li>
<% end %>
<li><%= link_to "Mobile version", m_post_path(post) %></li>
<li><%= link_to "Mobile version", mobile_post_path(post) %></li>
<% end %>
<% end %>
</ul>