Sha256: c3c67c1accd38cd63057d069f610f058b0252928a743ac314293feab1321ca7d

Contents?: true

Size: 559 Bytes

Versions: 109

Compression:

Stored size: 559 Bytes

Contents

- tmpl ||= nil
- depth ||= 5
- depth = depth - 1

- if ties.present? && depth >= 0
  %ul
    -# .blue= ties[0].length
    - ties.each do |tie|
      %li
        = tie.next_at_exe
        %br
        = link_to '[~]', edit_office_action_template_path(tie.next_tmpl)
        = link_to tie.next_tmpl, office_action_template_path(tie.next_tmpl)
        - if tie.next_tmpl == tmpl
          <b>[Same]</b>
        - elsif tie.next_tmpl.ties.present?
          = render '/wco/office_action_templates/ties', ties: tie.next_tmpl.ties, depth: depth, tmpl: tie.next_tmpl

Version data entries

109 entries across 109 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.201 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.199 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.198 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.197 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.196 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.195 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.194 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.193 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.192 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.191 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.190 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.189 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.188 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.187 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.184 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.183 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.182 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.181 app/views/wco/office_action_templates/_ties.haml
wco_models-3.1.0.180 app/views/wco/office_action_templates/_ties.haml