remove link to current page in navigation → path → stuff

This commit is contained in:
jomo
2014-10-02 23:11:07 +02:00
parent be6ccf5e7b
commit b91bb8e0aa
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<% title "#{@post.title}" %>
<%= link_to "News", blogposts_path %> → <%= link_to @post.title %>
<%= link_to "News", blogposts_path %> → <%= @post.title %>
<h1><%= truncate(@post.title, length: 60, omission: " …") %></h1>
<div class="item-group post with-avatar" id="post-<%= @post.id %>">