11 lines
391 B
Plaintext
11 lines
391 B
Plaintext
<li id="notifications">
|
|
<%= link_to notifications_path, rel: "nofollow",
|
|
title: text,
|
|
class: "notifications #{notifications_class}" do %>
|
|
<span class="show-for-sr">
|
|
<%= t("layouts.header.notification_item.notifications") %>
|
|
</span>
|
|
<span class="show-for-small-only"><%= text %></span>
|
|
<% end %>
|
|
</li>
|