Project

General

Profile

« Previous | Next » 

Revision 52e114a6

Added by Ohad Levy over 12 years ago

  • ID 52e114a6796cbdd3ad8adb3eafe9936844bd0797

fixes #1182 - added inline editing

View differences:

app/views/layouts/application.html.erb
<title> <%= h(yield(:title) || "Foreman") %></title>
<%= stylesheet_link_tag 'reset', 'style', 'typography', 'grid', 'jquery-ui', 'jquery.jnotify' %>
<%= javascript_include_tag :defaults, 'menu', 'highcharts', 'jquery.jnotify' %>
<%= javascript_include_tag :defaults, 'menu', 'highcharts', 'jquery.jnotify', 'jquery.jeditable' %>
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>
<%= yield(:head) %>
</head>

Also available in: Unified diff