forked from e621ng/e621ng
5 lines
360 B
Plaintext
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>
|