Project

General

Profile

Patch #4656 » 0001-Makes-relation-input-have-focus-after-clicking-on-ad.patch

Patch - Edouard Brière, 2010-01-26 09:08

View differences:

app/views/issues/_relations.rhtml
1 1
<div class="contextual">
2 2
<% if authorize_for('issue_relations', 'new') %>
3
    <%= toggle_link l(:button_add), 'new-relation-form'%>
3
    <%= toggle_link l(:button_add), 'new-relation-form', { :focus => 'relation_issue_to_id' }%>
4 4
<% end %>
5 5
</div>
6 6

  
(2-2/2)