diff options
-rw-r--r-- | themes/alps/message.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/alps/message.html b/themes/alps/message.html index cdfba33..a60af4e 100644 --- a/themes/alps/message.html +++ b/themes/alps/message.html @@ -123,10 +123,10 @@ <span class="followups"> {{if .Message.HasFlag "\\Draft"}} - <a class="action-group button-link" href="{{.Message.URL}}/edit?part={{.Part.PathString}}">Edit draft</a> + <a class="action-group button-link" href="{{.Message.URL}}/edit?part={{.Message.TextPartName}}">Edit draft</a> {{else}} - <a class="action-group button-link" href="{{.Message.URL}}/reply?part={{.Part.PathString}}">Reply</a> - <a class="action-group button-link" href="{{.Message.URL}}/forward?part={{.Part.PathString}}">Forward</a> + <a class="action-group button-link" href="{{.Message.URL}}/reply?part={{.Message.TextPartName}}">Reply</a> + <a class="action-group button-link" href="{{.Message.URL}}/forward?part={{.Message.TextPartName}}">Forward</a> {{end}} </span> </div> |