fiedl/your_platform

View on GitHub
app/views/layouts/_add_structureable_additions.html.haml

Summary

Maintainability
Test Coverage
- # Override this file in your app path in order to have the
- # 'add structureable' button show additional entries.
- # 
- # locals:
- #   - parent
- #
- # Example:
- #
- #   %li
- #     link_to 'Add Product', new_product_path(parent_id: parent.id, parent_type: parent.class.name)
- #

- if can?(:create_user_for, parent) and parent.kind_of?(Group)
  %li
    = link_to I18n.t(:person), new_user_path(parent_id: parent.id, parent_type: parent.class.name)