Skip to content

Commit

Permalink
Corrected name of default leads partial.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Nov 23, 2012
1 parent 42b8e1e commit 063c586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/leads/_lead.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
= render(template, :lead => lead)
- else
-# default view
= render 'leads/brief', :lead => lead
= render 'leads/index_brief', :lead => lead

0 comments on commit 063c586

Please sign in to comment.