Sha256: 0c328247f6be574f9fd53b63144d1d846c2ce21ffa4f069d5220737459cac2b0

Contents?: true

Size: 922 Bytes

Versions: 24

Compression:

Stored size: 922 Bytes

Contents

- content_for :scripts do
  :javascript
    $( function () {
      FORGE.features.home_page.init();
    })

%h1 Welcome to Forge!

- unless @warnings.empty?
  .errorExplanation
    %p
      %strong Some items need your attention!
    %ul
      - @warnings.each do |warning|
        %li= raw warning
#index-buttons
  .column.half{:style => "height: 170px;"}
    - if defined?(Page)
      = home_button("page", "Create a Page", "Add a regular page to your site.", new_forge_page_path)
    = home_button("asset", "Upload Assets", "Add multimedia assets (like photos and videos).", forge_assets_path)
  .column.half.last{:style => "height: 170px;"}
    = home_button("analytics", "Google Analytics", "View statistics about your site's visitors", 'http://google.com/analytics', :target => "_")
    - if defined?(Post)
      = home_button("post", "Write a Post", "Add a new article to your site.", new_forge_post_path)
  .spacer

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/index/index.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/index/index.html.haml