Files
danbooru/app/views/users/_dmail_notice.html.erb

4 lines
226 B
Plaintext

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