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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
ad3eefdc
Commit
ad3eefdc
authored
Sep 22, 2012
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor grammar change
[ci skip]
parent
4afb7b7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/events/_event_last_push.html.haml
app/views/events/_event_last_push.html.haml
+1
-1
features/steps/dashboard/dashboard.rb
features/steps/dashboard/dashboard.rb
+1
-1
No files found.
app/views/events/_event_last_push.html.haml
View file @
ad3eefdc
...
...
@@ -2,7 +2,7 @@
.event_lp
%div
=
image_tag
gravatar_icon
(
event
.
author_email
),
class:
"avatar"
%span
You
r
pushed to
%span
You pushed to
=
event
.
ref_type
=
link_to
project_commits_path
(
event
.
project
,
ref:
event
.
ref_name
)
do
%strong
=
truncate
(
event
.
ref_name
,
length:
28
)
...
...
features/steps/dashboard/dashboard.rb
View file @
ad3eefdc
...
...
@@ -16,7 +16,7 @@ class Dashboard < Spinach::FeatureSteps
end
Then
'I should see last push widget'
do
page
.
should
have_content
"You
r
pushed to branch new_design"
page
.
should
have_content
"You pushed to branch new_design"
page
.
should
have_link
"Create Merge Request"
end
...
...
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