This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrianshort
/
apollo
огледало од
https://github.com/adrianshort/apollo.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Show confirmation message when deleting a feed.
Fixes
#10
master
Adrian Short
пре 12 година
родитељ
2f0d47621b
комит
856529dac2
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/feeds_controller.rb
+ 1
- 1
app/controllers/feeds_controller.rb
Прегледај датотеку
@@ -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…
Откажи
Сачувај