<% content_for :side_bar do %> <%= render :partial => 'layouts/side_bar', :locals => {:link_name => t('site.settings'), :link_url => admin_site_site_info_path(@site), :icon => 'icons-cog', :side_bar_content => 'admin/sites/side_bar'} %> <% end %> <% content_for :page_specific_css do %> <%= stylesheet_link_tag 'normalize' %> <%= stylesheet_link_tag 'bootstrap-responsive' %> <%= stylesheet_link_tag 'rulingorbit' %> <%= stylesheet_link_tag 'template-store' %> <% end %> <% content_for :page_specific_javascript do %> <%= javascript_include_tag "jquery.cycle" %> <%= javascript_include_tag "rulingorbit" %> <% end %> <% if @template %>
<%= image_tag "http://#{APP_CONFIG['store_ip']}#{@template['thumb']}", :class => "item-thumb" %>

<%= @template['title'] %>

<%= link_to 'free download', buy_template_admin_purchase_path(@template['id']), :id => "download" %>
  • views<%= Random.new.rand(10..100) %>

description

<%= @template['intro'] %>

screen shot

<% @template['screenshots'].each do |screenshot| %> <%= image_tag "http://#{APP_CONFIG['store_ip']}#{screenshot}", :class => "preview item-thumb" %> <% end %>
<% else %>

Template Name

free download
  • views<%= Random.new.rand(10..100) %>

description

Pixel Union’s Jitensha defines storefront minimalism. Japanese for “bicycle,” Jitensha offers clean typography and easy usability, including full color, font, logo, and footer customization. With its painless social media and blog integration, Jitensha gorgeously accomodates every aspect of your business. Any questions before you launch? Don’t hesitate to email us: Support@PixelUnion.net.

screen shot

Thumbnail 1 Thumbnail 2 Thumbnail 3 Thumbnail 4 Thumbnail 5
<% end %>