Sha256: 03ccd3ab121cb6b7154ee7c9fb3005588f1102675935df3011e98a38bc14e8aa

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

- see_all_path = try(:languages_path)
.widget.widget_order_summary[
  stick-in-parent="{parent:'.free_quote',offset_top:78}"
]
  .widget_title
    h2 = widget_header(widget)
  .widget_content
    ul.languages
      - PopularLanguage.sorted.find_each do |lang|
        li
          a.f32 href="javascript:void(0);"
            span class="flag #{lang.country_code}"
            p = lang.title
    - if see_all_path.present?
      = link_to t(:see_all, scope: [:sidebar, :top_languages]), see_all_path, class: 'see_all'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/cells/widgets/parts/_top_languages.html.slim