Commit 385ca60a6a60a816e13d71705c75f66af49bc396
1 parent
cbca0457
Exists in
master
and in
4 other branches
issues_table css class
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/issues.scss
app/views/dashboard/issues.html.haml
app/views/issues/index.html.haml
| ... | ... | @@ -53,7 +53,7 @@ |
| 53 | 53 | = select_tag(:milestone_id, options_from_collection_for_select(@project.milestones.order("id desc").all, "id", "title", params[:milestone_id]), :prompt => "Milestone") |
| 54 | 54 | = hidden_field_tag :f, params[:f] |
| 55 | 55 | |
| 56 | - %ul#issues-table.unstyled | |
| 56 | + %ul#issues-table.unstyled.issues_table | |
| 57 | 57 | = render "issues" |
| 58 | 58 | |
| 59 | 59 | :javascript | ... | ... |