Sha256: d48ced7b546d785e8f416a514570f8037af7b9522b6032e2fdaec4e78712189a

Contents?: true

Size: 307 Bytes

Versions: 5

Compression:

Stored size: 307 Bytes

Contents

- if associations.any?
  %p
    - associations.each do |u|
      - nested_upmin_model = Upmin::Model.new(u)
      %a.active-tag-link{href: upmin_model_path(nested_upmin_model.path_hash)}
        %span.label{class: nested_upmin_model.color}
          = nested_upmin_model.title

- else
  %p.well
    None



Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
upmin-admin-0.0.39 app/views/upmin/partials/associations/_associations.html.haml
upmin-admin-0.0.38 app/views/upmin/partials/associations/_associations.html.haml
upmin-admin-0.0.37 app/views/upmin/partials/associations/_associations.html.haml
upmin-admin-0.0.36 app/views/upmin/partials/associations/_associations.html.haml
upmin-admin-0.0.35 app/views/upmin/partials/associations/_associations.html.haml