Skip to content

Commit 05200ad

Browse files
author
root
committed
Minor fix
1 parent abe0e2d commit 05200ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: app/views/repositories/_edit_top.html.haml

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
= link_to l(:label_sort_urls), sort_urls_repository_git_extras_path(@repository), class: 'modal-box-close-only'
88

99
= render partial: 'common/git_urls', locals: { repository: @repository }
10+
11+
:javascript
12+
$(document).ready(function() { initModalBoxes(modals); });

0 commit comments

Comments
 (0)