Move common views to partial
This commit is contained in:
parent
b15c1abd2e
commit
969c24c091
16 changed files with 101 additions and 120 deletions
5
app/views/devise/shared/_help.html.haml
Normal file
5
app/views/devise/shared/_help.html.haml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
%p.text-right
|
||||
%a.small.btn.btn-default{"data-toggle" => "collapse", "data-target" => "#devise-help"}
|
||||
Need Help?
|
||||
#devise-help.collapse
|
||||
= render 'devise/shared/links'
|
||||
Loading…
Add table
Add a link
Reference in a new issue