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
2022ae69
Commit
2022ae69
authored
Sep 30, 2012
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify deletion messages
parent
6135eeaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/models/event.rb
app/models/event.rb
+1
-1
app/roles/push_event.rb
app/roles/push_event.rb
+1
-1
No files found.
app/models/event.rb
View file @
2022ae69
...
...
@@ -54,7 +54,7 @@ class Event < ActiveRecord::Base
if
project
project
.
name
else
"(deleted)"
"(deleted
project
)"
end
end
...
...
app/roles/push_event.rb
View file @
2022ae69
...
...
@@ -70,7 +70,7 @@ module PushEvent
if
new_ref?
"pushed new"
elsif
rm_ref?
"
remov
ed"
"
delet
ed"
else
"pushed to"
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