partial fix for #1363 (notice cannot be closed)

This commit is contained in:
Toks
2013-04-22 19:42:39 -04:00
parent c6b1e5885c
commit 94984fb85a
4 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
<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>