From 25d7c1b6eaf03ddaec892c82f7d93a128b79a872 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 14 Mar 2016 17:41:13 +0100 Subject: Customizing the last of doorkeeper views, adding CSS for dashboard forms --- app/views/doorkeeper/applications/new.html.haml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/doorkeeper/applications/new.html.haml (limited to 'app/views/doorkeeper/applications/new.html.haml') diff --git a/app/views/doorkeeper/applications/new.html.haml b/app/views/doorkeeper/applications/new.html.haml new file mode 100644 index 000000000..ad5a66e3a --- /dev/null +++ b/app/views/doorkeeper/applications/new.html.haml @@ -0,0 +1,4 @@ +- content_for :page_title do + New app + += render 'form', application: @application -- cgit