Sha256: 5e5936cd377dc751c74f8f79dd6a6bf1b560ab4f7be7d370ccedf939301830bb
Contents?: true
Size: 1.73 KB
Versions: 10
Compression:
Stored size: 1.73 KB
Contents
!!! %html{:lang => "en"} %head %meta{:charset => "utf-8"} %title = "#{website_title}- #{@page_title}" if @page_title %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"} %meta{:content => "", :name => "description"} %meta{:content => "", :name => "author"} = csrf_meta_tag / Le styles %link{:href => "/assets/gb_bootstrap.css", :rel => "stylesheet"} %link{:href => "/assets/gb_bootstrap-responsive.css", :rel => "stylesheet"} %link{:href => "/assets/gb_admin-override.css", :rel => "stylesheet"} :css body { padding-top: 60px; padding-bottom: 40px; } .sidebar-nav { padding: 9px 0; } /[if lt IE 9] <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> %body#login .container-fluid .row .span5.offset4 %div#form.well = form_tag(@options[:url], :method => "delete") do %h1= @options[:title] %p.message= @options[:message].html_safe %p.warning= @options[:warning].html_safe unless @options[:warning].blank? = hidden_field_tag "return_url" , @options[:return_url] %p.controls - unless @do_not_delete = submit_tag("Delete", :class => "btn btn-danger") or = link_to("<strong>Cancel</strong>".html_safe, @options[:return_url]) - else = link_to("<strong>Ok</strong>".html_safe, @options[:return_url]) %script{:src => "/assets/jquery.js"} %script{:src => "/assets/gb_bootstrap.js"} = javascript_include_tag "gb_login" = custom_javascript_include_tag
Version data entries
10 entries across 10 versions & 1 rubygems