diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-05-07 23:07:30 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-05-07 23:07:30 +0200 |
| commit | 5d876f011e259b4ec59817579cc54fe3a4129231 (patch) | |
| tree | 462fbebfe68d1b696ffde303344680b1597ed668 /data/templates/delete.htm | |
| parent | 347d191850d9a3c5a84f3dff1971e6d955555ac9 (diff) | |
| download | phorkie-5d876f011e259b4ec59817579cc54fe3a4129231.tar.gz phorkie-5d876f011e259b4ec59817579cc54fe3a4129231.zip | |
use getTitle method
Diffstat (limited to 'data/templates/delete.htm')
| -rw-r--r-- | data/templates/delete.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/delete.htm b/data/templates/delete.htm index ff27220..8c0fc61 100644 --- a/data/templates/delete.htm +++ b/data/templates/delete.htm @@ -7,10 +7,10 @@ Confirm deletion of repository #{{repo.id}} <h1>Delete paste #{{repo.id}}?</h1> <div class="well" style="margin-top: 5ex;"> <p> - Do you really want to delete the folloing paste #{{repo.id}}? + Do you really want to delete the following paste? </p> <p> - <strong>{{repo.getDescription}}</strong> + <strong>{{repo.getTitle}}</strong> </p> <div class="row-fluid" style="margin-top: 5ex;"> |
