diff --git a/app/views/issues/_project_issue.html.erb b/app/views/issues/_project_issue.html.erb index 97f9945a5..2555abc9d 100644 --- a/app/views/issues/_project_issue.html.erb +++ b/app/views/issues/_project_issue.html.erb @@ -9,7 +9,8 @@
- <%= activity.subject.to_s %> + <%= activity.subject.to_s %> + <%= get_issue_priority(activity.priority_id)[1] %>
diff --git a/app/views/versions/_edit.html.erb b/app/views/versions/_edit.html.erb index f218550b0..234b7ea1b 100644 --- a/app/views/versions/_edit.html.erb +++ b/app/views/versions/_edit.html.erb @@ -20,7 +20,7 @@
  • - <%= f.text_field :description, :maxlength => 60, :class=>"w650 fl", :style=>"height:28px;", :no_label => true %> + <%= f.text_field :description, :class=>"w650 fl", :style=>"height:28px;", :no_label => true %>