-
- Downloads
Fix wiki
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 4 additions, 4 deletionsGemfile.lock
- app/models/project_wiki.rb 12 additions, 0 deletionsapp/models/project_wiki.rb
- app/models/wiki_page.rb 2 additions, 2 deletionsapp/models/wiki_page.rb
- app/views/projects/wikis/history.html.haml 3 additions, 3 deletionsapp/views/projects/wikis/history.html.haml
- app/views/projects/wikis/pages.html.haml 1 addition, 1 deletionapp/views/projects/wikis/pages.html.haml
- app/views/projects/wikis/show.html.haml 1 addition, 1 deletionapp/views/projects/wikis/show.html.haml
- app/views/shared/_file_hljs.html.haml 7 additions, 6 deletionsapp/views/shared/_file_hljs.html.haml
- lib/gitlab/project_search_results.rb 8 additions, 4 deletionslib/gitlab/project_search_results.rb
Loading
| Loading
| @@ -31,8 +31,8 @@ gem 'omniauth-shibboleth' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
# gem "gitlab_git", '~> 6.0', path: '../../gitlab_git' | ||
gem "gitlab_git", '~> 6.0', git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '97c160e0cbc54d9b5803030e5cc49157440bbe2a' | ||
# gem "gitlab_git", path: '../../gitlab_git' | ||
gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '187ff05aef6fc5390a2d666f35f84de0db9777b7' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
Loading
| Loading
|
Please register or sign in to comment