Sha256: 0cf29e6c1b4b5c22f8cc91ecf3629df78d5c53cf253673fb4df0ba96d9a9dbbb
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
<% if @task.building? || @task.prepared? %> <% content_for :head do %> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ $.getScript("<%= project_task_path(@project,@task) %>") }); //]]> </script> <% end %> <% end %> <%= render :partial => 'tasks/task', :locals => {:task => @task} %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ginst-2009.12.8 | app/views/tasks/show.html.erb |
ginst-2009.11.24 | app/views/tasks/show.html.erb |
ginst-2009.11.23 | app/views/tasks/show.html.erb |