Sha256: 1530405e5c5391a57ccdabcd6f7bf3fca85ef7c35a4d4852eb08ea91b5302984

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 Bytes

Contents

<h1>Samples</h1>

<h2>HAML template</h2>
<button id='haml-update'>Update template</button>
<div id='haml-placeholder'> </div>

<p>
  The compiled sample HAML template is <a href='<%= asset_path 'sample.js' %>'>here</a>.
</p>

<h2>Some of the assets</h2>
<% 
[
  'colorpicker.js', 'colorpicker.css',
  'jquery.js', 'jquery-ui.js' 'jquery-ui/pack/dialog.js', 
  'fileuploader.js', 'fileuploader.css', 'fileuploader/loading.gif',
  'innershiv.js',
  'jquery.form.js',
  'haml/haml-foo-bar.js'
].each do |asset| 

%>
  <% path = asset_path "pakunok/#{asset}"%>
  <p>
    <a href="<%= path %>">
      <%= path %>
    </a>
  </p>
<% end%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pakunok-0.0.2 spec/dummy/app/views/pages/index.html.erb