demarches-normaliennes/app/views/shared/_tab_item.html.haml
2018-08-16 16:36:37 +02:00

7 lines
198 B
Text

%li{ class: (active ? 'active' : nil) }
- if notification
%span.notifications{ 'aria-label': 'notifications' }
= link_to(url) do
= label
- if badge.present?
%span.badge= badge