Remove now-redundant page_description
call from Projects#show
This commit is contained in:
parent
43053c2e6f
commit
a0793d69c5
1 changed files with 1 additions and 3 deletions
|
@ -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")
|
||||
|
@ -70,4 +68,4 @@
|
|||
= render 'projects/last_commit', commit: @repository.commit, project: @project
|
||||
|
||||
%div{class: "project-show-#{default_project_view}"}
|
||||
= render default_project_view
|
||||
= render default_project_view
|
||||
|
|
Loading…
Reference in a new issue