##// END OF EJS Templates
Upgrade jquery_ujs from 3.1.1 to 3.1.3....
Upgrade jquery_ujs from 3.1.1 to 3.1.3. git-svn-id: http://svn.redmine.org/redmine/trunk@14381 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13918:391140d280dc
r13999:3834b3d2ef2b
Show More
issue_add.html.erb
3 lines | 242 B | text/plain | TextLexer
<p class="author"><%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %></p>
<hr />
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>