Revision 1315:12556ba57d17 plugins/redmine_checkout/app/views

View differences:

plugins/redmine_checkout/app/views/redmine_checkout_hooks/_view_repositories_show_contextual.html.erb
1

  
2
<% content_for :header_tags do %>
3
  <%= stylesheet_link_tag 'checkout', :plugin => 'redmine_checkout' %>
4
<% end %>
5

  
1 6
<div class="repository-info">
2 7
  <% if repository.checkout_description.present? %>
3 8
  <div class="wiki<%= ' bottomline' if protocols.present? %>"><%= textilizable repository.checkout_description %></div>
......
39 44
  <% end %>
40 45
</div>
41 46
<div style="clear: left"></div>
42

  
43
<% content_for :header_tags do %>
44
  <%= stylesheet_link_tag 'checkout', :plugin => 'redmine_checkout' %>
45
  <%= javascript_include_tag 'checkout', :plugin => 'redmine_checkout' %>
46
<% end %>

Also available in: Unified diff