Sha256: 0c4c25f47a2e6f422b05c1f4a16f2d04e2633bd0dd49307d2e297f36a915cfd0

Contents?: true

Size: 573 Bytes

Versions: 2

Compression:

Stored size: 573 Bytes

Contents

%section.posts
  - if @posts.any?
    - @posts.each do |post|
      = partial post
  - else
    #welcome
      :redcarpet
        **Congratulations on setting up your new Schnitzelpress blog!**
        A world of hackery and adventure awaits.
        <span class="heart">♥</span>

        To get started, please log into your blog's
        [Administration Section](/admin).

        Visit www.schnitzelpress.org for the latest news and gossip!

  %footer
    - if @show_previous_posts_button
      %a.button{:href => "/?page=#{params[:page].to_i + 1}"} View Older Posts

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
schnitzelpress-0.2.1 lib/views/index.haml
schnitzelpress-0.2.0 lib/views/index.haml