mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 20:32:15 -05:00
use uid in read.html
This commit is contained in:
parent
cb52217529
commit
1f7b4522e4
@ -1,7 +1,7 @@
|
||||
<div data-role="header" data-position="fixed">
|
||||
<a href="#accounts/<%- account %>/folders/<%- folder %>" data-role="button" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Back</a>
|
||||
<h1><%- subject %></h1>
|
||||
<a href="#accounts/<%- account %>/folders/<%- folder %>/reply/<%- id %>" data-role="button" data-icon="back" data-iconpos="right" class="ui-btn-right">Reply</a>
|
||||
<a href="#accounts/<%- account %>/folders/<%- folder %>/reply/<%- uid %>" data-role="button" data-icon="back" data-iconpos="right" class="ui-btn-right">Reply</a>
|
||||
</div><!-- /header -->
|
||||
|
||||
<div data-role="content" id="readViewContent">
|
||||
|
Loading…
Reference in New Issue
Block a user