diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-17 14:18:26 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-17 14:18:26 -0400 |
| commit | c175b8b78cad5424f81370e721277b18af6aff92 (patch) | |
| tree | 18d52ab439b4afb91e454d303ed4f45aee2602a0 /views/projects/list-projects.ejs | |
| parent | 4ee827ad464dfa0edb664d27e5069811877deb1e (diff) | |
| parent | e5911a4760d62b803a166139835e661183850187 (diff) | |
merge
Diffstat (limited to 'views/projects/list-projects.ejs')
| -rw-r--r-- | views/projects/list-projects.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/projects/list-projects.ejs b/views/projects/list-projects.ejs index 2c12af0..205e778 100644 --- a/views/projects/list-projects.ejs +++ b/views/projects/list-projects.ejs @@ -1,5 +1,5 @@ [[ if (projects.length) { ]] - <h1>[[- profile.username ]] has [[- projects.length ]] project[[- projects.length != 1 && "s" ]]</h1> + <h1>[[- profile.username ]] has [[- projects.length ]] project[[- projects.length != 1 ? "s" : "" ]]</h1> <table> <tr> |
