Sha256: 1713d6fbc2f9d307b16172189a6b773781e2e48a4365af08d287a2c87510c91c

Contents?: true

Size: 970 Bytes

Versions: 5

Compression:

Stored size: 970 Bytes

Contents

!!!
%html
  %head
    %title HappySeed Generator setup page
    %script{:src=>"//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"}
    %link{:href=>"//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", :rel=>"stylesheet"}

  %body
    .container
      .row
        .col-sm-2
          .panel
            .panel-header
              Nav
            .panel-body
              %ul.affix
                %li
                  %a{ href: "/rails/mailers"}Mailer Previews
                %li
                  %a{ href: "#env" }Environment Variables
                - @docs.each do |f|
                  %li
                    %a{ href: "##{f[:name]}"}= f[:name]
        .col-sm-10
          / Environment Variables
          %h3
            %a{ name: "env" }Environment Variables

          %pre= @env

          / rdocs
          - @docs.each do |f|
            %h3
              %a{ name: "#{f[:name]}"}= f[:name]

            ~ f[:html].html_safe

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
happy_seed-0.0.7 lib/generators/happy_seed/base/templates/app/views/setup/index.html.haml
happy_seed-0.0.6 lib/generators/happy_seed/foreman/templates/app/views/setup/index.html.haml
happy_seed-0.0.5 lib/generators/happy_seed/foreman/templates/app/views/setup/index.html.haml
happy_seed-0.0.4 lib/generators/happy_seed/foreman/templates/app/views/setup/index.html.haml
happy_seed-0.0.3 lib/generators/happy_seed/foreman/templates/app/views/setup/index.html.haml