Sha256: 32d134e54bb11aabc6e19cd7908f25e128d8820395fddea4552eec123cc58767

Contents?: true

Size: 818 Bytes

Versions: 18

Compression:

Stored size: 818 Bytes

Contents

= render "layouts/manage/page_title", title: "Hackathon Configuration"

.row
  .col-lg-6.mb-3
    .card
      .card-body
        %h5.card-title Hackathon Manager Config
        %h6.card-subtitle.mb-2.text-muted
          Hackathon Manager configuration can be changed in the source code at
          %code config/hackathon.yml
          \.
        %hr
        - Rails.configuration.hackathon.keys.each do |key|
          %p
            %b #{key}:
            %pre= Rails.configuration.hackathon[key]

  .col-lg-6.mb-3
    .card
      .card-body
        %h5.card-title Environment Variables
        %h6.card-subtitle.mb-2.text-muted
          Environment variables are configured on the production server.
        %hr
        %p
          %b AWS S3 Bucket for Resumes:
          %pre= ENV['AWS_BUCKET'] || '[No value]'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hackathon_manager-0.13.12 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.11 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.10 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.9 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.8 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.7 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.6 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.5 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.4 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.3 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.2 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.1 app/views/manage/configs/show.html.haml
hackathon_manager-0.13.0 app/views/manage/configs/show.html.haml
hackathon_manager-0.12.2 app/views/manage/configs/show.html.haml
hackathon_manager-0.12.1 app/views/manage/configs/show.html.haml
hackathon_manager-0.12.0 app/views/manage/configs/show.html.haml
hackathon_manager-0.11.2 app/views/manage/configs/show.html.haml
hackathon_manager-0.11.1 app/views/manage/configs/show.html.haml