Skip to content

Commit

Permalink
#6473 problems with master list of Items for a hub - fix anchors for …
Browse files Browse the repository at this point in the history
…the same titles
  • Loading branch information
Marina Lohova committed Nov 25, 2013
1 parent 7d4795d commit 8460334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/line_items/_feed_item.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hub_feed = @hub_feed || feed_item.hub_feed_for_hub(hub.id) || feed_item.hub_feed
<% cache("feed-item-tag-list-#{hub.id}-#{hub_feed.id}-#{feed_item.id}", :expires => 120.minutes ) do %>
<div class='feed_item_title'>
<%= link_to(raw(strip_tags(feed_item.title)), hub_feed_feed_item_path(hub_feed,feed_item)) %>
<a name="<%= feed_item.title.strip.to_param %>"></a>
<a name="<%= feed_item.id %>"></a>
<%= link_to('controls', controls_hub_feed_feed_item_path(hub_feed,feed_item), :class => 'ui-silk ui-silk-cog inline hover gray control', :title => 'Item actions') %>
</div>
<div class='feed_item_feed'>
Expand Down

0 comments on commit 8460334

Please sign in to comment.