diff options
Diffstat (limited to 'app/views/projects/settings/_boards.rhtml')
-rw-r--r-- | app/views/projects/settings/_boards.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/settings/_boards.rhtml b/app/views/projects/settings/_boards.rhtml index c203a6f51..b2d5d54a1 100644 --- a/app/views/projects/settings/_boards.rhtml +++ b/app/views/projects/settings/_boards.rhtml @@ -1,11 +1,11 @@ <% if @project.boards.any? %> <table class="list"> - <thead> + <thead><tr> <th><%= l(:label_board) %></th> <th><%= l(:field_description) %></th> <th></th> <th></th> - </thead> + </tr></thead> <tbody> <% @project.boards.each do |board| next if board.new_record? %> |