Sha256: ba49e222f81fc867c630d67f75ab5967d40748468f8195758b9877284487e325

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

<%= javascript_include_tag *commit_filter_javascripts %>
<%= yield :javascript_includes %>

<%= javascript_tag do %>
  var diffPath = "<%= new_commit_diff_path %>";
  var spinnerImagePath = "<%= asset_path('home_page/spinner.gif') %>";
  
  <%= yield :top_javascript %>
  
  $(function() {
    <%= yield(:document_ready) %>
  });
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
commit_filter-0.1.1 app/views/layouts/commit_filter/shared/_foot.html.erb
commit_filter-0.1.0 app/views/layouts/commit_filter/shared/_foot.html.erb