Commit 8e4bca45 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix styling issues in ee/app/views/projects/packages/packages/index.html.haml

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 3dadfcba
......@@ -3,16 +3,16 @@
- if @packages.any?
.table-holder
.gl-responsive-table-row.table-row-header{ role: 'row'}
.table-section.section-30{ role: 'rowheader'}
=_('Name')
.table-section.section-20{ role: 'rowheader'}
=_('Version')
.table-section.section-20{ role: 'rowheader'}
=_('Type')
.table-section.section-20{ role: 'rowheader'}
=_('Created')
.table-section.section-10{ role: 'rowheader'}
.gl-responsive-table-row.table-row-header{ role: 'row' }
.table-section.section-30{ role: 'rowheader' }
= _('Name')
.table-section.section-20{ role: 'rowheader' }
= _('Version')
.table-section.section-20{ role: 'rowheader' }
= _('Type')
.table-section.section-20{ role: 'rowheader' }
= _('Created')
.table-section.section-10{ role: 'rowheader' }
- @packages.each do |package|
.gl-responsive-table-row
.table-section.section-30
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment