Fix empty starred projects header

This commit is contained in:
Annabel Dunstone Gray 2018-05-22 11:37:16 -07:00
parent e9a336ae73
commit d77bfe5fd9
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@
- if params[:filter_projects] || any_projects?(@projects)
= render 'projects'
- else
%h3 You don't have starred projects yet
%h3.page-title You don't have starred projects yet
%p.slead Visit project page and press on star icon and it will appear on this page.