##// END OF EJS Templates
remove width and height from repository stats embed tags (#1983, #13486)...
remove width and height from repository stats embed tags (#1983, #13486) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11846 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10092:265baa1b2c5d
r11616:5ef5b3202d79
Show More
add_related_issue.js.erb
7 lines | 326 B | text/plain | TextLexer
/ app / views / repositories / add_related_issue.js.erb
<% if @issue %>
$('#related-issues').html('<%= escape_javascript(render :partial => "related_issues") %>');
$('#related-issue-<%= @issue.id %>').effect("highlight");
$('#issue_id').focus();
<% else %>
alert("<%= raw(escape_javascript(l(:label_issue) + ' ' + l('activerecord.errors.messages.invalid'))) %>");
<% end %>