Remove now-redundant page_description call from Projects#show

This commit is contained in:
Robert Speicher 2016-01-05 15:02:42 -05:00
parent 43053c2e6f
commit a0793d69c5

View file

@ -1,5 +1,3 @@
- page_description @project.description
= content_for :meta_tags do
- if current_user
= auto_discovery_link_tag(:atom, namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "#{@project.name} activity")