diff --git a/app/views/softapplications/_list.html.erb b/app/views/softapplications/_list.html.erb
index b31cfa9f9..598cde635 100644
--- a/app/views/softapplications/_list.html.erb
+++ b/app/views/softapplications/_list.html.erb
@@ -21,7 +21,7 @@
-
<%=l(:label_attendingcontestwork_belongs_type)%>:<%= softapplication.app_type_name ? softapplication.app_type_name.truncate(14, omission: '...') : "" %>
+ <%=l(:label_attendingcontestwork_belongs_type)%>:<%= softapplication.app_type_name ? softapplication.app_type_name.truncate(10, omission: '...') : "" %>
diff --git a/app/views/welcome/contest.html.erb b/app/views/welcome/contest.html.erb
index e5c169804..4b7b0bf54 100644
--- a/app/views/welcome/contest.html.erb
+++ b/app/views/welcome/contest.html.erb
@@ -228,7 +228,7 @@
<% find_new_forum_topics(9 - @contest_notifications.count).each do |topic|%>
- -
+
-
<%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %><%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;" %>
diff --git a/app/views/welcome/course.html.erb b/app/views/welcome/course.html.erb
index 464d3af4d..f1b09cf54 100644
--- a/app/views/welcome/course.html.erb
+++ b/app/views/welcome/course.html.erb
@@ -135,7 +135,7 @@
<% find_new_forum_topics(10).each do |topic| %>
- -
+
-