Skip to content

Commit

Permalink
Found one more occurance of namespaceless path
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt authored and ugisozols committed Jan 27, 2012
1 parent 33a0c43 commit 3da3fe3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
<ul id="<%= plural_name %>">
<%% @<%= "all_" if plural_name == singular_name%><%= plural_name %>.each do |<%= singular_name %>| %>
<li>
<%%= link_to <%= singular_name %><% if (title = attributes.detect { |a| a.type.to_s == "string" }).present? %>.<%= title.name %><% end %>, refinery.<%= singular_name %>_path(<%= singular_name %>) %>
<%%= link_to <%= singular_name %><% if (title = attributes.detect { |a| a.type.to_s == "string" }).present? %>.<%= title.name %><% end %>, main_app.refinery_<%= plural_name %>_<%= singular_name %>_path(<%= singular_name %>) %>
</li>
<%% end %>
</ul>
Expand Down

0 comments on commit 3da3fe3

Please sign in to comment.