Better naming "item_intro" (instead of article_intro)
This commit is contained in:
parent
75d3a20cc3
commit
220866997f
7 changed files with 32 additions and 26 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<% @projects.each do |prj| %>
|
||||
<div class="span8">
|
||||
<%= render 'article_intro', :article => prj, :h => 'h2', :extended => @extended %>
|
||||
<%= render 'item_intro', :item => prj, :h => 'h2', :extended => @extended %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue