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