Update settings to re-use admin layout, one big navigation tree, improve settings forms
This commit is contained in:
parent
04bce0cdf2
commit
f4bc9620a9
22 changed files with 169 additions and 82 deletions
|
@ -54,8 +54,8 @@
|
|||
- else
|
||||
%i.fa.fa-times
|
||||
%td
|
||||
= table_link_to 'circle', 'Open in web', web_path("accounts/#{account.id}")
|
||||
= table_link_to 'globe', 'Open public', TagManager.instance.url_for(account)
|
||||
= table_link_to 'circle', 'Web', web_path("accounts/#{account.id}")
|
||||
= table_link_to 'globe', 'Public', TagManager.instance.url_for(account)
|
||||
= table_link_to 'pencil', 'Edit', admin_account_path(account.id)
|
||||
|
||||
= will_paginate @accounts, pagination_options
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
- content_for :page_title do
|
||||
= @account.acct
|
||||
|
||||
%table.table
|
||||
%tbody
|
||||
%tr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue