Commit 51f7d949 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'master' of github.com:gitlabhq/gitlabhq

parents fc058605 3c3d26f3
......@@ -12,7 +12,7 @@ GitLab is a free project and repository management application
## Requirements
* ruby 1.9.2
* sqlite
* mysql
* git
* gitolite
* redis
......
......@@ -5,7 +5,7 @@
- if branch.name == @project.root_ref
%span.label default
%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]
= image_tag gravatar_icon(Commit.new(branch.commit).author_email), :class => "", :width => 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment