Sha256: a37eeb9d52677666d43bec4f14a395f6c1b2c5457956b00d279720b7127a2f71
Contents?: true
Size: 520 Bytes
Versions: 3
Compression:
Stored size: 520 Bytes
Contents
<%= partial :'shared/filter' %> <div id="features"> <%= partial :'features/rows' %> </div> <script> $( function() { $('a.features').addClass( 'current' ); $('a.nav_link').click( function() { $("a.nav_link").removeClass( "current" ); $(this).addClass( 'current' ); return true; }); $('.pagination a').live( 'click', function() { $("#content").html( '<%=partial :"shared/wait"%>' ); $.getScript( this.href ); return false; }); }); </script>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wackamole-0.0.3 | views/features/index.erb |
wackamole-0.0.2 | views/features/index.erb |
wackamole-0.0.1 | views/features/index.erb |