Skip to content

Commit 959caa7

Browse files
author
Nicolas Rodriguez
committed
Fix #309
1 parent b204d59 commit 959caa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/views/repositories/git_instructions.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<% content_for :header_tags do %>
6868
<%= javascript_tag do %>
6969
$(document).ready(function() {
70-
var key = $('#git_url_list li').first().attr('id');
70+
var key = $('.git_url_list li').first().attr('id');
7171
var access = access_list[key];
7272

7373
$('.git_url_access').html(access.url);

0 commit comments

Comments
 (0)