nil
This commit is contained in:
parent
3bf0a8f138
commit
a8d1608603
|
@ -19,7 +19,7 @@ class Issue < ActiveRecord::Base
|
|||
include Redmine::SafeAttributes
|
||||
include Redmine::Utils::DateCalculation
|
||||
|
||||
belongs_to :project, :counter_cache => true
|
||||
belongs_to :project
|
||||
belongs_to :tracker
|
||||
belongs_to :status, :class_name => 'IssueStatus', :foreign_key => 'status_id'
|
||||
belongs_to :author, :class_name => 'User', :foreign_key => 'author_id'
|
||||
|
|
|
@ -571,3 +571,18 @@ input.blueinputbar:focus {
|
|||
.courses_history a {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* issue div.issues
|
||||
*******************************************************************************/
|
||||
div.issue{
|
||||
background: none repeat scroll 0 0 #FFFFEC;
|
||||
/*border: none;*/
|
||||
margin-bottom: 6px;
|
||||
padding: 10;
|
||||
border-radius: 3px;
|
||||
/* -moz-box-shadow: 3px 3px 10px rgba(100,150,205,0.1);
|
||||
-webkit-box-shadow: 3px 3px 10px rgba(100,150,205,0.1);
|
||||
box-shadow: 3px 3px 10px rgba(100,150,205,0.1);*/
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue