Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Add title to related content inside an Entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Raúl Díaz Poblete committed Feb 1, 2016
1 parent 159d847 commit 0665048
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/shared/_show_entity.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<%= render 'shared/relations_list', item: entity, list: @relations %>

<div id="wrapper">
<div class="title article">
<p>Artículos, fotos y temas relacionados</p>
</div>
</div>

<%= render 'shared/mixed_wall',
items: @related_topics+entity.related_posts+entity.related_photos,
extra_wrapper_css: 'tight' %>
Expand Down

0 comments on commit 0665048

Please sign in to comment.