diff --git a/app/components/projects/row_component.rb b/app/components/projects/row_component.rb index 6a610b21aa6d..91fc3f10c03c 100644 --- a/app/components/projects/row_component.rb +++ b/app/components/projects/row_component.rb @@ -108,17 +108,11 @@ def required_disk_space end def id - content = "".html_safe - - content << project.id.to_s - content + project.id.to_s end def identifier - content = "".html_safe - - content << project.identifier - content + project.identifier end def name