Merge pull request #214 from finnlabs/fix/syntax_error_in_show_view

removed out-of-place do
pull/6827/head
Markus Kahl 9 years ago
commit 9e217963bd
  1. 2
      app/views/rb_taskboards/show.html.erb

@ -38,7 +38,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= render :partial => 'shared/backlogs_header' %>
<%= stylesheet_link_tag 'backlogs/taskboard.css' %>
<% end %>
<%= html_title @sprint.name do %>
<%= html_title @sprint.name %>
<%= toolbar title: @sprint.name do %>
<li class="toolbar-item toolbar-input-group" id="col_width">
<div>

Loading…
Cancel
Save