Commit 55327823c455f5acb2beeb7e5b1e4b5daf4cbd74

Authored by Dmitriy Zaporozhets
1 parent 2c0c9e26

Added links to submodules

Gemfile
... ... @@ -24,7 +24,7 @@ gem 'omniauth-github'
24 24  
25 25 # Extracting information from a git repository
26 26 # Provide access to Gitlab::Git library
27   -gem "gitlab_git", "~> 3.0.0.beta1"
  27 +gem "gitlab_git", "~> 3.0.0.rc1"
28 28  
29 29 # Ruby/Rack Git Smart-HTTP Server Handler
30 30 gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
... ...
Gemfile.lock
... ... @@ -179,7 +179,7 @@ GEM
179 179 gitlab-pygments.rb (0.3.2)
180 180 posix-spawn (~> 0.3.6)
181 181 yajl-ruby (~> 1.1.0)
182   - gitlab_git (3.0.0.beta1)
  182 + gitlab_git (3.0.0.rc1)
183 183 activesupport (~> 3.2.13)
184 184 github-linguist (~> 2.3.4)
185 185 gitlab-grit (~> 2.6.0)
... ... @@ -581,7 +581,7 @@ DEPENDENCIES
581 581 gitlab-gollum-lib (~> 1.0.1)
582 582 gitlab-grack (~> 1.0.1)
583 583 gitlab-pygments.rb (~> 0.3.2)
584   - gitlab_git (~> 3.0.0.beta1)
  584 + gitlab_git (~> 3.0.0.rc1)
585 585 gitlab_meta (= 6.0)
586 586 gitlab_omniauth-ldap (= 1.0.3)
587 587 gon
... ...
app/views/projects/tree/_submodule_item.html.haml
... ... @@ -2,7 +2,7 @@
2 2 %td.tree-item-file-name
3 3 = image_tag "submodule.png"
4 4 %span
5   - = link_to truncate(submodule_item.name, length: 40), '#'
  5 + = link_to truncate(submodule_item.name, length: 40), submodule_item.submodule_url
6 6 @
7 7 %span.monospace #{submodule_item.id[0..10]}
8 8 %td
... ...