diff options
| author | Christophe Poulette <poulette.christophe92@gmail.com> | 2015-11-08 20:31:55 +0100 |
|---|---|---|
| committer | Christophe Poulette <poulette.christophe92@gmail.com> | 2015-11-08 20:31:55 +0100 |
| commit | 4ac26c6463b53e2a02a43835e6a919e2bc023fb7 (patch) | |
| tree | 48dfaff6c1d54480f44fddaca3305f0340c0be83 | |
| parent | b68a2e6f251cd0af7179eba5ed058fcaab009377 (diff) | |
| download | gitlab-ce-4ac26c6463b53e2a02a43835e6a919e2bc023fb7.tar.gz | |
Fix typo.
| -rw-r--r-- | app/views/projects/graphs/commits.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/commits.html.haml b/app/views/projects/graphs/commits.html.haml index 838d3e40614..4e0c3e5b3de 100644 --- a/app/views/projects/graphs/commits.html.haml +++ b/app/views/projects/graphs/commits.html.haml @@ -1,6 +1,6 @@ - page_title "Commits", "Graphs" = render "header_title" -= redner 'head' += render 'head' .gray-content-block .tree-ref-holder |
