We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe0e2d commit 05200adCopy full SHA for 05200ad
app/views/repositories/_edit_top.html.haml
@@ -7,3 +7,6 @@
7
= link_to l(:label_sort_urls), sort_urls_repository_git_extras_path(@repository), class: 'modal-box-close-only'
8
9
= render partial: 'common/git_urls', locals: { repository: @repository }
10
+
11
+:javascript
12
+ $(document).ready(function() { initModalBoxes(modals); });
0 commit comments