Mercurial > zeropaste
diff app/views/pastes/show.html.erb @ 246:8ab17063419f
Forgot to push production's updates.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 07 Oct 2013 04:18:17 +0000 |
parents | e413246bb589 |
children | 2d5c09a73958 |
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb Fri Aug 09 08:43:08 2013 +0000 +++ b/app/views/pastes/show.html.erb Mon Oct 07 04:18:17 2013 +0000 @@ -53,7 +53,7 @@ <div> <ul class="nav nav-pills"> <li><%= link_to 'Raw', paste_path(@paste, :txt) %></li> - <li><%= link_to 'New paste based on this', root_path(:base => @paste.id) %></li> + <li><%= link_to 'New paste based on this', root_path(:base => @paste.to_param) %></li> <li><%= link_to 'More Paste', root_path %></li> </ul> </div>