Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. %h2
  2. = t 'layouts.standard.sidebar.resources'
  3. /
  4. nested ul's are currently not possible due to li.active rendering
  5. %ul
  6. = sidebar_links( |
  7. ['layouts.standard.sidebar.real_accounts', {:controller => 'real_accounts'}], |
  8. ['layouts.standard.sidebar.virtual_accounts', {:controller => 'virtual_accounts'}], |
  9. ['layouts.standard.sidebar.people', {:controller => 'people'}], |
  10. ['layouts.standard.sidebar.companies', {:controller => 'companies'}] |
  11. )
Add Comment
Please, Sign In to add comment