Customizing the last of doorkeeper views, adding CSS for dashboard forms
This commit is contained in:
parent
3441361568
commit
25d7c1b6ea
14 changed files with 193 additions and 120 deletions
4
app/views/doorkeeper/applications/edit.html.haml
Normal file
4
app/views/doorkeeper/applications/edit.html.haml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- content_for :page_title do
|
||||
Edit app
|
||||
|
||||
= render 'form', application: @application
|
Reference in a new issue