eBooru/app/views/users/_dmail_notice.html.erb
2019-08-31 20:06:20 -07:00

5 lines
360 B
Plaintext

<div class="ui-corner-all ui-state-highlight site-notice" id="dmail-notice" data-id="<%= CurrentUser.dmails.unread.first.id %>">
<h1>You have <%= link_to "unread mail", dmails_path(:search => {:owner_id => CurrentUser.id, :to_id => CurrentUser.id}, :folder => "received") %>.</h1>
<p><%= link_to "Close this", "#", :id => "hide-dmail-notice" %></p>
</div>