<%= l(:field_description)%>:<%= issue.description %>
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 6a8427a96..9e8911505 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -2,6 +2,7 @@
<% @activity.each do |e| %>
<% act = e.act %>
+ <% unless act.nil? %>
+ <% end %>
<% end %>
diff --git a/public/images/feature.png b/public/images/feature.png
new file mode 100644
index 000000000..1348b6507
Binary files /dev/null and b/public/images/feature.png differ
diff --git a/public/images/issues-closed.png b/public/images/support.png
similarity index 100%
rename from public/images/issues-closed.png
rename to public/images/support.png
diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css
index 6c1033af3..906680a27 100644
--- a/public/themes/redpenny-master/stylesheets/application.css
+++ b/public/themes/redpenny-master/stylesheets/application.css
@@ -1590,8 +1590,10 @@ div.issue-list-description {
margin-left: 0px;
color: rgb(72, 72, 72);
overflow: hidden;
- word-wrap: nowrap;
+ white-space: nowrap;
font-size: small;
+ text-overflow: ellipsis;
+ -o-text-overflow: ellipsis;
}
div.find-comment-class {