diff --git a/app/views/welcome/contest.html.erb b/app/views/welcome/contest.html.erb
index daac53578..4efbbe6d4 100644
--- a/app/views/welcome/contest.html.erb
+++ b/app/views/welcome/contest.html.erb
@@ -170,7 +170,7 @@
- ><%=contest.description.to_s%>
+ <%=contest.description.truncate(100, omission: '...')%>
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index ac4286aa2..d50122d5d 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -75,7 +75,7 @@
(<%= link_to "#{projectCount(project)}人", project_member_path(project) ,:course =>'0' %>)
- ><%=project.description%>
+ <%=project.description.truncate(100, omission: '...')%>
<%# issue_count = project.issues.count %>