diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb index e182fbd19..6fc1898d0 100644 --- a/app/views/issues/_list.html.erb +++ b/app/views/issues/_list.html.erb @@ -8,7 +8,7 @@ <% column_content = ( query.inline_columns.map {|column| "#{column_content_new(column, issue)}"}) %> <% unless issue.author.nil? || issue.author.name == "Anonymous" %> -
+
<%= link_to issue.author.name, user_path(issue.author), :class => "problem_name c_orange fl" %> <%= l(:label_post_on_issue) %>(<%= "#{raw column_content[2]}" %>):
diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css index 70aad2cbe..fa1767ad7 100644 --- a/public/stylesheets/public.css +++ b/public/stylesheets/public.css @@ -145,7 +145,7 @@ h4{ font-size:14px; color:#3b3b3b;} .w583{ width:583px;} .w350{ width:350px;} .w610{ width:610px;} -.w600{ width:600px;} +.w600{ width:600px !important;} .h20{height: 20px;} .h22{ height:22px;} .h26{ height:26px;}