Sha256: 418dbdab09527d79df647f119d24bdd682016928e3eace7f2deb643f5543b34f

Contents?: true

Size: 1.78 KB

Versions: 38

Compression:

Stored size: 1.78 KB

Contents

- entity = controller.entity
- if controller.actions.any?
  .card_actions.ui.segment
    .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

38 entries across 38 versions & 1 rubygems

Version Path
rbbt-rest-1.8.45 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.44 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.43 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.42 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.41 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.40 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.38 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.37 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.36 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.35 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.34 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.32 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.31 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.30 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.29 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.28 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.27 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.26 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.25 share/views/entity_partials/action_controller.haml
rbbt-rest-1.8.23 share/views/entity_partials/action_controller.haml