diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-14 17:41:13 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-14 17:41:13 +0100 |
commit | 25d7c1b6eaf03ddaec892c82f7d93a128b79a872 (patch) | |
tree | c9991b70e8cfd584c09b502bc39dc0763d017731 /app/views/doorkeeper/applications/new.html.haml | |
parent | 34413615683677e26213263fb98f63b5aab64872 (diff) |
Customizing the last of doorkeeper views, adding CSS for dashboard forms
Diffstat (limited to 'app/views/doorkeeper/applications/new.html.haml')
-rw-r--r-- | app/views/doorkeeper/applications/new.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |