Sha256: 98533e3fde6ca3bd307c91ef7b39ece2a23150a8d14ef006e0fdc2f27e960dcd

Contents?: true

Size: 1011 Bytes

Versions: 7

Compression:

Stored size: 1011 Bytes

Contents

= content_for :head_content do
  = stylesheet_link_tag    'tramway/conference/application', media: 'all'
  = javascript_include_tag 'tramway/conference/application'

= 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
  = @unity&.address

= content_for :phone do
  = @unity&.phone

= content_for :footer_links do
  = nil

= content_for :footer_logos do
  = nil

= content_for :latitude do
  = @unity&.latitude

= content_for :longtitude do
  = @unity&.longtitude

- @collection_news = @news

- if @main_event.present?
  %br
  %br
  %br
  .row
    .col
      %h1.text-center
        = @main_event.title
      %h3.text-center
        = @main_event.duration
  = render 'tramway/event/events/show_page', event: @main_event, sections: @sections, sections_as_features: @sections_as_features

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tramway-conference-1.5.6 app/views/tramway/conference/web/welcome/index.html.haml
tramway-conference-1.5.5 app/views/tramway/conference/web/welcome/index.html.haml
tramway-conference-1.5.4 app/views/tramway/conference/web/welcome/index.html.haml
tramway-conference-1.5.3 app/views/tramway/conference/web/welcome/index.html.haml
tramway-conference-1.5.2 app/views/tramway/conference/web/welcome/index.html.haml
tramway-conference-1.5.1 app/views/tramway/conference/web/welcome/index.html.haml
tramway-conference-1.5 app/views/tramway/conference/web/welcome/index.html.haml