Sha256: f8d4705b0cbe3cc6feae0a684f303bb4065adc6cbf18001070ace4181774bd5e

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

.controller
  .resource
    %a{ href: 'javascript:void(0);' }= controller.path
    %span= " : #{controller.label}"
    %span.visibility= format_visibility(controller)
    .clear
  .actions.hidden
    - controller.actions.each do |action|
      - if visible?(action)
        = haml :action, locals: { action: action }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cabbage_doc-0.0.7 web/views/controller.haml
cabbage_doc-0.0.6 web/views/controller.haml
cabbage_doc-0.0.5 web/views/controller.haml
cabbage_doc-0.0.4 web/views/controller.haml