Sha256: 9b0a0b9334b361bbf16ee27c904aaaa7d654ac1c89faeb2cd3d4ce4c4fe42c4c

Contents?: true

Size: 1.79 KB

Versions: 50

Compression:

Stored size: 1.79 KB

Contents

- entity = controller.entity
- if controller.actions.any?
  .card_actions.ui.segment#entity_actions
    .action_controller
      .ui.buttons.controls
        %a.item.reload.ui.icon.disabled.button(href="#" title="Refresh action")
          %i.icon.repeat

        -#%a.item.description.ui.icon.disabled.button(href="#" title="View description")
          %i.icon.book

        -#%a.item.parameters.ui.icon.disabled.button(href="#" title="Configure parameters")
          %i.icon.setting

        
        -#%a.item.pin.ui.icon.disabled.button(href="#" title="Make this configuration default")
          %i.icon.pin

        
        -#%a.item.url.ui.icon.disabled.button(href="#" title="Bookmark action")
          %i.icon.bookmark

      .ui.buttons.action_menu
        - last_resource = nil
        - controller.actions.each do |action, text, resource, params|
          //.ui.item.button(class="#{last_resource and last_resource != resource ? "new_resource" : ""}" attr-resource="#{resource}")
          - case
          - when AnnotatedArray === entity
            - id = params.delete :id if Hash === params
            - id = controller.id if id.nil?
            = entity.list_action_link action, text, id, params.merge(:reuse => true, :class => 'ui item button')
          - when TSV === entity
            - id = params.delete :id if Hash === params
            - id = controller.id if id.nil?
            - type = page_entity_type
            - column = page_entity_map_column
            %a.entity_map_action.ui.item.button(href="#{Entity::REST.entity_map_action_url id, type, column, action}")= text 
          - else
            = entity.action_link action, text, params.merge(:class => 'ui item button')
          - last_resource = resource

      .action_progress.ui.info.message

    .action_loader.ui.very.basic.segment<

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
rbbt-rest-1.8.96 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.95 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.94 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.93 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.92 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.91 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.90 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.89 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.88 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.87 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.86 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.85 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.84 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.83 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.82 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.81 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.80 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.79 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.78 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.77 share/views/entity_partials/action_controller.haml