diff --git a/app/views/common/list/_feature.html.erb b/app/views/common/list/_feature.html.erb index 10351c3d..8a74cab6 100644 --- a/app/views/common/list/_feature.html.erb +++ b/app/views/common/list/_feature.html.erb @@ -1,5 +1,5 @@ Title: <%= feature.title %>
Created at: <%= feature.creation_date %>
<% if !feature.story_ids.empty? %> - <%= link_to "Stories", stories_feature_path(feature), {:id=>"feature_#{feature.id}_stories"}%> + <%= link_to "Stories", stories_feature_path(feature)%> <% end %> \ No newline at end of file