Sha256: fa576bc7c6560ce2c1aa3cf2ab9d7e7195b92f06db6a79f896ec33188bc746cd
Contents?: true
Size: 785 Bytes
Versions: 4
Compression:
Stored size: 785 Bytes
Contents
!!! %html %head %title Ish manager %meta{ :name => :viewport, :content => 'width=device-width, initial-scale=1.0' } %meta{ :charset => 'UTF-8' } %meta{ :description => 'some description' } %script{ :src => "https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" } = stylesheet_link_tag "ish_manager/application", media: "all" = javascript_include_tag "ish_manager/application" = csrf_meta_tags %body .bg-white = render :partial => 'ish_manager/application/main_header' .container .row .col-sm-12 - if notice %p.notice= notice - if alert %p.alert= alert .container = yield = render :partial => 'ish_manager/application/main_footer'
Version data entries
4 entries across 4 versions & 1 rubygems