Sha256: 39d94dfa3d248df230f8db5a150c9164b6e7c8260840647abf9e8c58dd3dd2e6

Contents?: true

Size: 774 Bytes

Versions: 5

Compression:

Stored size: 774 Bytes

Contents

%section.ts-dashboard-section
  .ts-dashboard-section-header
    %h3.ts-dashboard-section-title
      = t("views.#{controller_name}.title")
  .ts-dashboard-section-body
    %ul
    - supported_actions.each do |action|
      %li
        - if static == true
          = link_to t("views.#{controller_name}.#{action}.title"), "/#{controller_name}/#{action}.html"
        - else
          = link_to t("views.#{controller_name}.#{action}.title"), send("#{controller_name}_#{action}_path")
          %br
          %span.ts-dashboard-known_params
            - unless permitted_params.known_params_for_controller(controller_name, action).blank?
              = surround '(', ')' do
                = permitted_params.known_params_for_controller(controller_name, action).join(', ')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
test_server-0.5.2 app/views/shared/_overview.html.haml
test_server-0.5.1 app/views/shared/_overview.html.haml
test_server-0.5.0 app/views/shared/_overview.html.haml
test_server-0.4.1 app/views/shared/_overview.html.haml
test_server-0.4.0 app/views/shared/_overview.html.haml