diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-14 04:45:56 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 12:22:23 +1100 |
commit | b8654ca1f3e8b26a2f900dacbccce312376ff888 (patch) | |
tree | 43adc1895e1ce0b457543b4f38667883b2185dad | |
parent | 64fe099163e8b786e6c05fe05fe9cbb8c068e380 (diff) |
Make link relative
-rw-r--r-- | app/views/request/_after_actions.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_after_actions.rhtml b/app/views/request/_after_actions.rhtml index 96c9d0598..d3ddb981b 100644 --- a/app/views/request/_after_actions.rhtml +++ b/app/views/request/_after_actions.rhtml @@ -7,7 +7,7 @@ <ul> <% if @info_request.comments_allowed? %> <li> - <%= raw(_('<a href="%s">Add an annotation</a> (to help the requester or others)') % [new_comment_url(:url_title => @info_request.url_title)]) %> + <%= raw(_('<a href="%s">Add an annotation</a> (to help the requester or others)') % [new_comment_path(:url_title => @info_request.url_title)]) %> </li> <% end %> <% if @old_unclassified %> |