This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Show confirmation message when deleting a feed.
Fixes
#10
master
Adrian Short
12 years ago
parent
2f0d47621b
commit
856529dac2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/feeds_controller.rb
+ 1
- 1
app/controllers/feeds_controller.rb
View File
@@ -79,7 +79,7 @@ class FeedsController < ApplicationController
@feed.destroy
respond_to do |format|
format.html { redirect_to feeds_url }
format.html { redirect_to feeds_url
, notice: 'Feed deleted OK'
}
format.json { head :no_content }
end
end
Write
Preview
Loading…
Cancel
Save