Commit 51f7d949917d46d17646c855944ee26a1e3a2cee
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
@@ -12,7 +12,7 @@ GitLab is a free project and repository management application | @@ -12,7 +12,7 @@ GitLab is a free project and repository management application | ||
12 | ## Requirements | 12 | ## Requirements |
13 | 13 | ||
14 | * ruby 1.9.2 | 14 | * ruby 1.9.2 |
15 | -* sqlite | 15 | +* mysql |
16 | * git | 16 | * git |
17 | * gitolite | 17 | * gitolite |
18 | * redis | 18 | * redis |
app/views/repositories/_branch.html.haml
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | - if branch.name == @project.root_ref | 5 | - if branch.name == @project.root_ref |
6 | %span.label default | 6 | %span.label default |
7 | %td | 7 | %td |
8 | - = link_to project_commit_path(@project, branch.commit.id) do | 8 | + = link_to project_commit_path(@project, :id => branch.commit.id) do |
9 | %code= branch.commit.id.to_s[0..10] | 9 | %code= branch.commit.id.to_s[0..10] |
10 | 10 | ||
11 | = image_tag gravatar_icon(Commit.new(branch.commit).author_email), :class => "", :width => 16 | 11 | = image_tag gravatar_icon(Commit.new(branch.commit).author_email), :class => "", :width => 16 |