Skip to content

Commit

Permalink
Refactored to make the path location a link
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 6, 2010
1 parent 94345a7 commit 4c14de4
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 not feature.path.nil? %>
<b>Path: </b><%= feature.path %>
<b>Path: </b><%= link_to "#{feature.path}", file_feature_path(feature), {:title => 'Save the original feature', :id => 'file-feature'} %>
<% end %>

0 comments on commit 4c14de4

Please sign in to comment.