Sha256: 405dc6b44ac2d60a08c12b9e085b235c83f641ab1c989cdf074bb1bd36e4874d

Contents?: true

Size: 339 Bytes

Versions: 6

Compression:

Stored size: 339 Bytes

Contents

<%= stylesheet_link_tag("/will_filter/stylesheets/will_filter.css") -%>
<%= javascript_include_tag("/will_filter/javascripts/will_filter.js") -%>

<% if WillFilter::Config.effects_options[:enabled] %>
  <%= javascript_include_tag(WillFilter::Config.effects_options[:script_path]) -%>
<% end %>

<script>
	initializeWillFilter();
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
will_filter-3.0.5 app/views/will_filter/common/_scripts.html.erb
will_filter-3.0.4 app/views/will_filter/common/_scripts.html.erb
will_filter-3.0.3 app/views/will_filter/common/_scripts.html.erb
will_filter-3.0.2 app/views/will_filter/common/_scripts.html.erb
will_filter-3.0.1 app/views/will_filter/common/_scripts.html.erb
will_filter-3.0.0 app/views/will_filter/common/_scripts.html.erb