Skip to content

Commit

Permalink
Removed id as was creating illegal markup and disabling the hover fun…
Browse files Browse the repository at this point in the history
…ctionality for the project action
  • Loading branch information
baphled committed May 12, 2010
1 parent d92dbb5 commit a2c5711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/common/list/_feature.html.erb
@@ -1,5 +1,5 @@
<b>Title: </b><%= feature.title %><br/>
<b>Created at: </b><%= feature.creation_date %><br/>
<% 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 %>

0 comments on commit a2c5711

Please sign in to comment.