Skip to content

Commit

Permalink
Now using the tooltip helper for our edit and export links
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 12, 2010
1 parent 66f755a commit 6abee13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/features/show.html.erb
Expand Up @@ -13,9 +13,9 @@
<%= link_to_with_tooltip "patch changes", feature_path(@feature, :format => :patch), :title => 'Patch a feature with the systems changes' %>
<% end %>
<% if !@feature.stories.blank? %>
<%= link_to "export feature", export_feature_path(@feature), :id => 'export-feature', :title => 'Export the feature from the system.' %>
<%= link_to_with_tooltip "export feature", export_feature_path(@feature), :title => 'Export the feature from the system.' %>
<% end %>
<%= link_to "Edit", edit_feature_path(@feature), :id => 'edit', :title => 'Edit the feature and it\'s stories' %>
<%= link_to_with_tooltip "Edit", edit_feature_path(@feature), :title => 'Edit the feature and it\'s stories' %>
</span>

<%= render :partial => '/common/sortable_list',:locals => {:models => @feature_stories, :item_name => 'story', :assoc => 'step', :order =>true} %>
Expand Down

0 comments on commit 6abee13

Please sign in to comment.