Sha256: 72ea496f18c89c779333bcd3cc10235c137da6773933ec0a37f854300e0f5453
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
!!! 5 %html %head %title= "Cabalist | #{@app_name}" %link{ :href => '/stylesheets/cabalist.css', :rel => 'stylesheet', :type => 'text/css' }/ %script{ :src => '/assets/jquery.js', :type => 'text/javascript' } %script{ :src => '/javascripts/cabalist.js', :type => 'text/javascript' } %body %header .container %a.logo{ :href => '/cabalist' } %img{ :src => '/images/logo.png' }/ %nav - @classes.each do |klass| %a{ :href => "/cabalist/#{klass.to_s.downcase}/all" }= klass.to_s.pluralize = yield %footer %p Cabalist is an open source Ruby library developed by %a{ :href => 'http://github.com/marcinwyszynski/' } Marcin Wyszynski. AI algorithms come from %a{ :href => 'http://ai4r.rubyforge.org/' } ai4r gem. Layout shamesly stolen from = succeed '.' do %a{ :href => 'http://redis.io/' } redis.io More credits available = succeed '.' do %a{ :href => '#' } here .ncirl %span National College of Ireland %a{ :href => 'http://www.ncirl.ie/' } %img{ :alt => 'National College of Ireland', :src => '/images/ncirl.png' }/
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cabalist-0.0.4 | lib/cabalist/views/layout.haml |
cabalist-0.0.3 | lib/cabalist/views/layout.haml |
cabalist-0.0.2 | lib/cabalist/views/layout.haml |