Commit 385ca60a authored by randx's avatar randx

issues_table css class

parent cbca0457
......@@ -26,7 +26,7 @@
}
}
#issues-table {
.issues_table {
.issue {
padding:7px 10px;
......
......@@ -18,7 +18,7 @@
%div.ui-box
- project = group[0]
%h5= project.name
%ul.unstyled
%ul.unstyled.issues_table
- group[1].each do |issue|
= render(:partial => 'issues/show', :locals => {:issue => issue})
%hr
......
......@@ -53,7 +53,7 @@
= select_tag(:milestone_id, options_from_collection_for_select(@project.milestones.order("id desc").all, "id", "title", params[:milestone_id]), :prompt => "Milestone")
= hidden_field_tag :f, params[:f]
%ul#issues-table.unstyled
%ul#issues-table.unstyled.issues_table
= render "issues"
:javascript
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment