Sha256: 3891b6df6aa5fc345def374d05a1182bd0adfffc57fe673d314e8bbbd2f9f754

Contents?: true

Size: 880 Bytes

Versions: 5

Compression:

Stored size: 880 Bytes

Contents

div[data-role="header"]
  a.ui-btn-left[href="javascript:history.back()" data-icon="back" data-iconpos="notext"]
    = t('page.back')
  .panel-heading
    = @library.display_name
  div[data-role="content"]
    #detail
      p
        = t('activerecord.attributes.library.name')
        | : 
        = @library.name
      - unless @library.web?
      p
        = t('library.address')
        | : 
        = @library.zip_code
        = @library.address
        br
        = t('activerecord.attributes.library.telephone_number_1')
        | : 
        = @library.telephone_number_1
        = t('activerecord.attributes.library.telephone_number_2')
        | : 
        = @library.telephone_number_2
        br
        = t('activerecord.attributes.library.fax_number')
        | : 
        = @library.fax_number
      p
        = @library.opening_hour
      p
        = @library.note

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_library-0.4.0.rc.1 app/views/libraries/show.html+phone.slim
enju_library-0.4.0.beta.4 app/views/libraries/show.html+phone.slim
enju_library-0.4.0.beta.3 app/views/libraries/show.html+phone.slim
enju_library-0.4.0.beta.2 app/views/libraries/show.html+phone.slim
enju_library-0.4.0.beta.1 app/views/libraries/show.html+phone.slim