Sha256: c4be0419f7080137f542ef0700501614e93ed49b98c7639a1c1c6296fe5df43e

Contents?: true

Size: 1.29 KB

Versions: 7

Compression:

Stored size: 1.29 KB

Contents

!!!
%html{:lang => "en"}
  %head
    %title
    %meta(charset="UTF-8")
    <meta name="apple-itunes-app" content="app-id=507726329, app-argument=#{@url.url}"/>
    %link{ :rel=> "Shortcut Icon", :href=> u('favicon.ico') }
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    %link{ :rel => "stylesheet", :href => u('bootstrap.css') }
    %script{ :type => "text/javascript", :src => u('jquery-1.4.2.min.js') }


  :javascript
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-30261711-1']);
    _gaq.push(['_trackPageview']);

    (function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

  %body


-unless @time[5].length < 10   == false
  <div id="bg">
  <img src="/images/#{@time[5]}-568h@2x.jpg" alt="">
  </div>
  .container
    .row
      .col-sm-12
        .well.spacer
          = yield
-unless @time[5].length > 10 == false
  <div id="bg">
  <img src="http://s3.amazonaws.com/medows/images/#{@time[5]}"  alt="">
  </div>
  .container
    .row
      .col-sm-12
        .well.spacer
          = yield





Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tmin-0.2.6 views/layout.haml
tmin-0.2.5 views/layout.haml
tmin-0.2.4 views/layout.haml
tmin-0.2.3 views/layout.haml
tmin-0.2.2 views/layout.haml
tmin-0.2.1 views/layout.haml
tmin-0.2.0 views/layout.haml