Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nhocki/nifty-generators i…
Browse files Browse the repository at this point in the history
…nto nhocki-master
  • Loading branch information
ryanb committed Mar 26, 2011
2 parents 6ac4a37 + 852bb96 commit 323c5c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- if actions? :show, :index -%>
%p
<%- if action? :show -%>
= link_to "Show", <%= item_path %>
= link_to "Show", <%= item_path :instance_variable => true %>
|
<%- end -%>
<%- if action? :index -%>
Expand Down

0 comments on commit 323c5c0

Please sign in to comment.