Sha256: 0f61b427ac17256719279e488a521e9ef5224bb3cf90775e6bcfc7bae2ff41b5

Contents?: true

Size: 946 Bytes

Versions: 5

Compression:

Stored size: 946 Bytes

Contents

<div data-role="header">
  <a href="javascript:history.back()" data-icon="back" data-iconpos="notext" class="ui-btn-left"><%= t('page.back') %></a>
  <h1 class="title"><%= @library.display_name -%></h1>
</div>
<div data-role="content">
  <div id="detail">
    <p>
      <%= t('activerecord.attributes.library.name') -%>: <%= @library.name -%>
    </p>
  <%- 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>
    <p>
      <%= @library.opening_hour -%>
    </p>
    <p>
      <%= @library.note -%>
    </p>
  <%- end -%>
  </div>
</div>

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.erb
enju_library-0.4.0.beta.4 app/views/libraries/show.html+phone.erb
enju_library-0.4.0.beta.3 app/views/libraries/show.html+phone.erb
enju_library-0.4.0.beta.2 app/views/libraries/show.html+phone.erb
enju_library-0.4.0.beta.1 app/views/libraries/show.html+phone.erb