Sha256: 6a8ae668d2cfcaf6278f010be464883e092d97b0d65f86f9bd26f8787c8d65d1

Contents?: true

Size: 1.17 KB

Versions: 16

Compression:

Stored size: 1.17 KB

Contents

= content_for :application_name do
  = @application.title || t('application.name')

= content_for :title do
  = @application.title || t('application.name')

= content_for :application_tagline do
  = @application.tagline || t('application.tagline')

= content_for :address do
  = @institution.address

= content_for :phone do
  = @institution.phone

= content_for :footer_links do
  %h5.title
    = russian_plural Tramway::SportSchool::Document.model_name
  %ul
    - @documents.each do |document|
      %li
        = link_to document.title, document.file.url

= content_for :footer_logos do
  - @organizations.each do |organization|
    = link_to organization.link do
      = image_tag organization.logo.url

= content_for :latitude do
  = @institution.latitude

= content_for :longtitude do
  = @institution.longtitude

- @collection_trainers = @trainers
- @collection_kindsports = @kind_sports
- @collection_news = @news
- @collection_education = @education_documents
- @collection_school_info = @school_info_documents
- @collection_provision = @provision_documents
- @collection_headers = @headers_documents
- @collection_finance = @finance_documents
- @collection_materially = @materially_documents

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tramway-sport_school-1.2.12.6 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.12.5 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.12.4 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.12.3 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.12.2 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.12.1 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.12 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.11.3 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.11.2 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.11.1 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.11 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.10.6 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.10.5 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.10.4 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.10.3 app/views/tramway/sport_school/web/welcome/index.html.haml
tramway-sport_school-1.2.10.2 app/views/tramway/sport_school/web/welcome/index.html.haml