diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-14 00:28:45 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-14 00:28:45 +0100 |
commit | 75c70a460cbe8ff136cee6940c5c4d80d9a22b40 (patch) | |
tree | 3ea197f1925bc5d88383408933510bd2511c4d54 /app | |
parent | 0560d4fd4287db43c99108a5acdf573d70f81044 (diff) | |
parent | bb790631de2973f8009af558cc9d9a6a70a6efc9 (diff) |
Merge branch 'master' of git@github.com:sebbacon/alaveteli into wdtk
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/_request_listing_single.rhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/request/_request_listing_single.rhtml b/app/views/request/_request_listing_single.rhtml index 94a613a30..e8c1a393f 100644 --- a/app/views/request/_request_listing_single.rhtml +++ b/app/views/request/_request_listing_single.rhtml @@ -1,9 +1,9 @@ <div class="request_listing"> - <span class="head"> - <%= link_to h(info_request.title), (@play_urls ? "/categorise" : "") + request_url(info_request) %> - </span> - <span class="desc"> - <%= excerpt(info_request.initial_request_text, "", 150) %> + <span class="head"> + <%= link_to h(info_request.title), (@play_urls ? request_path(:url_title => info_request.url_title) : request_url(info_request)) %> + </span> + <span class="desc"> + <%= excerpt(info_request.initial_request_text, "", 150) %> </span> <span class="bottomline icon_<%= info_request.calculate_status %>"> <strong> |