From 105cba59633e0dc591382c3333ff9da539ae587d Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 1 Jun 2012 15:16:20 -0400 Subject: [PATCH] added mrtg --- app/views/static/mrtg.html.erb | 35 ++++++++++++++++++++++++++++++++++ config/routes.rb | 1 + 2 files changed, 36 insertions(+) create mode 100644 app/views/static/mrtg.html.erb diff --git a/app/views/static/mrtg.html.erb b/app/views/static/mrtg.html.erb new file mode 100644 index 000000000..6e630f8b9 --- /dev/null +++ b/app/views/static/mrtg.html.erb @@ -0,0 +1,35 @@ +

sonohara

+ +

5 min

+ + + +

30 min

+ + + +

2 hour

+ + + +

1 day

+ + + +

hijiribe

+ +

5 min

+ + + +

30 min

+ + + +

2 hour

+ + + +

1 day

+ + \ No newline at end of file diff --git a/config/routes.rb b/config/routes.rb index 455562faa..2fb5b6bce 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -251,6 +251,7 @@ Danbooru::Application.routes.draw do match "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet" match "/static/site_map" => "static#site_map", :as => "site_map" match "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service" + match "/static/mrtg" => "static#mrtg", :as => "mrtg" root :to => "posts#index" end