Sha256: 85dc44887dfdfda883f86c20d094dbabf6a70478aea98c0cbf7f5f814b8f012c
Contents?: true
Size: 1.04 KB
Versions: 35
Compression:
Stored size: 1.04 KB
Contents
.action_card .title .name - case page_type - when 'entity_action' = @entity.respond_to?(:name) ? @entity.name || @entity : @entity - when 'entity_list_action' = Misc.humanize page_entity_list - when 'entity_map_action' = Misc.humanize page_entity_map .long_name = Misc.humanize page_action if page_action - if card.action_parameters = action_parameters &card.action_parameters - exception_html = nil - require_parameters = false - card.requires.each do |input| - if Array === input - inputs, input_block = input - if inputs.select{|input| @params[input.to_s].nil? }.any? - require_parameters = true - exception_html = capture_haml &input_block - break - else - if @params[input.to_s].nil? - require_parameters = true - break - if exception_html = exception_html .action_content - if require_parameters %p Please configure the parameters to execute the action - else = capture_haml &block
Version data entries
35 entries across 35 versions & 1 rubygems