Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
b5ec0d6d
Commit
b5ec0d6d
authored
9 years ago
by
Sabba Petri
Committed by
Marin Jankovski
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling change Commit Statistics
parent
3d6d0e1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/graphs/commits.html.haml
app/views/projects/graphs/commits.html.haml
+1
-1
features/steps/project/graph.rb
features/steps/project/graph.rb
+1
-1
No files found.
app/views/projects/graphs/commits.html.haml
View file @
b5ec0d6d
=
render
'head'
%p
.lead
Commit
s statistic
for
Commit
statistics
for
%strong
#{
@repository
.
root_ref
}
#{
@commits_graph
.
start_date
.
strftime
(
'%b %d'
)
}
-
#{
@commits_graph
.
end_date
.
strftime
(
'%b %d'
)
}
...
...
This diff is collapsed.
Click to expand it.
features/steps/project/graph.rb
View file @
b5ec0d6d
...
...
@@ -17,7 +17,7 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
end
step
'page should have commits graphs'
do
page
.
should
have_content
"Commit
s statistic
for master"
page
.
should
have_content
"Commit
statistics
for master"
page
.
should
have_content
"Commits per day of month"
end
end
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment