issue_add.html.erb
3 lines
| 251 B
| text/plain
|
TextLexer
|
r15205 | <%= l(:text_issue_added, :id => link_to("##{@issue.id}", @issue_url), :author => h(@issue.author)).html_safe %> | ||
|
r712 | <hr /> | ||
|
r11782 | <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %> | ||