diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-04 14:02:19 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-04 14:02:19 -0500 |
commit | 3f1bd844f1f645d3d97caec4aa2504fde63b31fd (patch) | |
tree | 655d6aa9745d17dda3d70c4989927f0ff639e669 /app/views/explore | |
parent | 74a4ff614335ce82d92a7501227898053f806b6e (diff) | |
download | gitlab-ce-3f1bd844f1f645d3d97caec4aa2504fde63b31fd.tar.gz |
Implement changes from MR feedback
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/projects/starred.html.haml | 2 | ||||
-rw-r--r-- | app/views/explore/projects/trending.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/explore/projects/starred.html.haml b/app/views/explore/projects/starred.html.haml index 8450a1394c0..1b5269c7b68 100644 --- a/app/views/explore/projects/starred.html.haml +++ b/app/views/explore/projects/starred.html.haml @@ -7,5 +7,5 @@ = render 'explore/head' = render 'explore/projects/nav' -= render 'projects', projects: @starred_projects += render 'projects', projects: @projects = paginate @projects, theme: 'gitlab' if @projects diff --git a/app/views/explore/projects/trending.html.haml b/app/views/explore/projects/trending.html.haml index adcda810061..ec461755103 100644 --- a/app/views/explore/projects/trending.html.haml +++ b/app/views/explore/projects/trending.html.haml @@ -7,4 +7,4 @@ = render 'explore/head' = render 'explore/projects/nav' -= render 'projects', projects: @trending_projects += render 'projects', projects: @projects |