##// END OF EJS Templates
Change link_to_if_authorized to allow url paths. (Fixes #6195)...
Change link_to_if_authorized to allow url paths. (Fixes #6195) Both url paths (/issues/1234) and params hashes (:controller => 'issues') are now supported by link_to_if_authorized. The authorize_for method requires a controller/action pair so urls need to be parsed against the routes to find their controller/action. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4064 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3338:026fbb99a638
r3950:d771fa92892a
Show More
issue_add.text.html.rhtml
3 lines | 191 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_add.text.html.rhtml
<%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
<hr />
<%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %>