##// END OF EJS Templates
Merged r14413 from trunk to 3.1-stable (#20243, #20456)...
Merged r14413 from trunk to 3.1-stable (#20243, #20456) Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14538 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13918:391140d280dc
r14156:6ad6dd2b35aa
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 } %>