Skip to content

Commit

Permalink
Fix missing tasks in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
den-plugins committed Jan 6, 2012
1 parent 1bc277d commit fb61323
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/task_boards/_issue.html.erb
@@ -1,7 +1,5 @@
<li id="<%= dom_id(issue) %>" class="<%= status_classes_for(issue, User.current) %> task_board_data <%= task_board_border_class(issue)%> <%= 'current_is_assigned' if issue.assigned_to.eql? User.current %> <%= 'isBug' if defined?(bug) %> assigned_to_<%= issue.assigned_to_id %>" <%= "style='border: 3px solid #E33;'" if issue.if_blocked %>>

<!--- START-------------------------------------------------------------------------------------------------------------->

<div class="issue_number">
<% if params[:board].to_i.eql? 1 %>
<%= link_to "#{issue.parent.issue_from_id} &raquo; ", "##{dom_id(issue.parent.issue_from)}",
Expand Down Expand Up @@ -65,7 +63,5 @@
sticky_note('<%= dom_id(issue) %>', '<%= issue.assigned_to_id %>', '<%= issue.status_id %>', '<%= issue.id %>', <%= issue.version_descendants.empty? %>);
</script>

<!----------------------------------------------------------------------------------------------------------------END --->

</li>

0 comments on commit fb61323

Please sign in to comment.