themes/alps: add link to edit drafts
This commit is contained in:
parent
f079bcc704
commit
c053b7332e
1 changed files with 7 additions and 3 deletions
|
@ -104,9 +104,13 @@
|
|||
</form>
|
||||
|
||||
|
||||
<a href="{{.Message.Uid}}/reply?part={{.Part.PathString}}">Reply</a>
|
||||
|
||||
<a href="{{.Message.Uid}}/forward?part={{.Part.PathString}}">Forward</a>
|
||||
{{if .Message.HasFlag "\\Draft"}}
|
||||
<a href="{{.Message.URL}}/edit?part={{.Part.PathString}}">Edit draft</a>
|
||||
{{else}}
|
||||
<a href="{{.Message.URL}}/reply?part={{.Part.PathString}}">Reply</a>
|
||||
|
||||
<a href="{{.Message.URL}}/forward?part={{.Part.PathString}}">Forward</a>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</th>
|
||||
|
|
Loading…
Reference in a new issue