From e63aebff7a4d978fddd7ed3ddc184ed300843a57 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 27 Sep 2016 23:12:33 +0200 Subject: Adding landing page --- app/assets/javascripts/about.coffee | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/javascripts/about.coffee (limited to 'app/assets/javascripts/about.coffee') diff --git a/app/assets/javascripts/about.coffee b/app/assets/javascripts/about.coffee new file mode 100644 index 000000000..24f83d18b --- /dev/null +++ b/app/assets/javascripts/about.coffee @@ -0,0 +1,3 @@ +# Place all the behaviors and hooks related to the matching controller here. +# All this logic will automatically be available in application.js. +# You can use CoffeeScript in this file: http://coffeescript.org/ -- cgit