Sha256: 5b7fdf2dab9398da41ecf9360bc90fa5819e815b4dadb22c6912c5578b7b3965

Contents?: true

Size: 524 Bytes

Versions: 1

Compression:

Stored size: 524 Bytes

Contents

ruby:
  # several constants, formies and helpers are required
  app = "#{APP.upcase} #{APP_VERSION || VERSION}"
  if Rails.env.production?
    footer_right = "started at #{STARTED_AT}"
  else
    ruby = "Ruby #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
    rails = "Rails #{Rails.version} (#{Rails.env})"
    footer_right = "#{rails} | #{ruby} | #{STARTED_AT}"
  end

footer style="display: flex; justify-content: space-between;"
  div #{copyright} | #{link_to app.html_safe, about_path}
  div = footer_center
  div = footer_right

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stones-1.0.6 app/views/layouts/_footer.slim