diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 345f47739..890155915 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -65,7 +65,7 @@ (<%= link_to "#{projectCount(project)}人", project_member_path(project) ,:course =>'0' %>)
- ><%=project.description.truncate(50, omission: '...')%> + ><%=project.short_description.truncate(50, omission: '...')%>
<% issue_count = project.issues.count %>