Sha256: 3497b2d99c660de441026d241a60df1be0fc79c71b567709d6b09b5c3e2d78e9
Contents?: true
Size: 672 Bytes
Versions: 6
Compression:
Stored size: 672 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 = surround '(', ')' do = permitted_params.known_params_for_controller(controller_name, action).join(', ')
Version data entries
6 entries across 6 versions & 1 rubygems