pre-load story_template

pull/6827/head
Mark Maglana 14 years ago
parent 0021383f7e
commit bfe1199279
  1. 5
      app/views/backlogs/index.html.erb

@ -36,6 +36,11 @@
<%- end %> <%- end %>
</select> </select>
<!-- end of form field templates --> <!-- end of form field templates -->
<div id="story_template">
<%= render :partial => 'stories/story', :object => Story.new %>
</div>
<div id="velocity"> <div id="velocity">
<% if @velocity %> <% if @velocity %>
velocity <%= @velocity[:velocity] %>, velocity <%= @velocity[:velocity] %>,

Loading…
Cancel
Save