Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
commit
51f7d94991
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ GitLab is a free project and repository management application
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* ruby 1.9.2
|
* ruby 1.9.2
|
||||||
* sqlite
|
* mysql
|
||||||
* git
|
* git
|
||||||
* gitolite
|
* gitolite
|
||||||
* redis
|
* redis
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
- if branch.name == @project.root_ref
|
- if branch.name == @project.root_ref
|
||||||
%span.label default
|
%span.label default
|
||||||
%td
|
%td
|
||||||
= link_to project_commit_path(@project, branch.commit.id) do
|
= link_to project_commit_path(@project, :id => branch.commit.id) do
|
||||||
%code= branch.commit.id.to_s[0..10]
|
%code= branch.commit.id.to_s[0..10]
|
||||||
|
|
||||||
= image_tag gravatar_icon(Commit.new(branch.commit).author_email), :class => "", :width => 16
|
= image_tag gravatar_icon(Commit.new(branch.commit).author_email), :class => "", :width => 16
|
||||||
|
|
Loading…
Reference in a new issue