Sha256: 7ff379d7a63eed61ccc6ebb0855bcd1e1777251c30ad8823ae110aaa45c8f26d

Contents?: true

Size: 321 Bytes

Versions: 33

Compression:

Stored size: 321 Bytes

Contents

-# frozen_string_literal: true
- title_text = question.title
- label_for = "answer_#{question.key}"
- if title_text
  %td.main(rowspan= rowspan){:data => {:for => question.key}}
    %label{for: label_for}= Quby::MarkdownParser.new(title_text).html_safe
    - if (title_insert rescue nil)
      =title_insert
- else
  =''

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
quby-5.6.5 app/views/quby/v1/table/_main_label.html.haml
quby-5.6.3 app/views/quby/v1/table/_main_label.html.haml
quby-5.6.2 app/views/quby/v1/table/_main_label.html.haml
quby-5.6.1 app/views/quby/v1/table/_main_label.html.haml
quby-5.6.0 app/views/quby/v1/table/_main_label.html.haml
quby-5.5.0 app/views/quby/v1/table/_main_label.html.haml
quby-5.4.0 app/views/quby/v1/table/_main_label.html.haml
quby-5.3.1 app/views/quby/v1/table/_main_label.html.haml
quby-5.3.0 app/views/quby/v1/table/_main_label.html.haml
quby-5.2.0 app/views/quby/v1/table/_main_label.html.haml
quby-5.1.3 app/views/quby/v1/table/_main_label.html.haml
quby-5.1.2 app/views/quby/v1/table/_main_label.html.haml
quby-5.1.1 app/views/quby/v1/table/_main_label.html.haml
quby-5.1.0 app/views/quby/v1/table/_main_label.html.haml
quby-5.0.5 app/views/quby/v1/table/_main_label.html.haml
quby-5.0.4 app/views/quby/v1/table/_main_label.html.haml
quby-5.0.3 app/views/quby/v1/table/_main_label.html.haml
quby-5.0.2 app/views/quby/v1/table/_main_label.html.haml
quby-5.0.1 app/views/quby/v1/table/_main_label.html.haml
quby-5.0.0 app/views/quby/v1/table/_main_label.html.haml