diff options
author | spag <spag@golwen.net> | 2013-01-16 09:28:55 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-16 09:28:55 +0100 |
commit | 3880e410353f1e80a938e110c04c2b3629ab5eb6 (patch) | |
tree | 793d44cfafcc3925684309c1650b922842828a01 /app/views/users/_fax_accounts.html.haml | |
parent | 1debae060b1c4a816f4565ad55490fee61c6472b (diff) | |
parent | 6635621faeebbc8dd744e0ad71741f9e82aed1f8 (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views/users/_fax_accounts.html.haml')
-rw-r--r-- | app/views/users/_fax_accounts.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/users/_fax_accounts.html.haml b/app/views/users/_fax_accounts.html.haml new file mode 100644 index 0000000..044b8f9 --- /dev/null +++ b/app/views/users/_fax_accounts.html.haml @@ -0,0 +1,7 @@ +-# FaxAccount +-# +- if (can?( :index, FaxAccount ) && user.fax_accounts.count > 0 ) || can?( :create, FaxAccount ) + %h2= t('fax_accounts.index.page_title') + - if can?( :index, FaxAccount ) && user.fax_accounts.count > 0 + = render "fax_accounts/index_core", {:fax_accounts => user.fax_accounts, :fax_accountable => user} + = render :partial => 'shared/create_link', :locals => {:parent => user, :child_class => FaxAccount}
\ No newline at end of file |