Files
grecia/app/components/sdg_management/subnavigation_component.html.erb
Senén Rodero Rodríguez e9d52b5e11 Add subnavigation component to targets and goals
Add a new SDG component to make easier to create subnavigation menus.

Co-Authored-By: Javi Martín <35156+javierm@users.noreply.github.com>
2020-12-04 15:15:32 +01:00

14 lines
246 B
Plaintext

<ul class="tabs">
<% sections.each do |section| %>
<li class="tabs-title">
<%= link_to_section section %>
</li>
<% end %>
</ul>
<div class="tabs-content">
<div class="tabs-panel is-active">
<%= content %>
</div>
</div>