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 @@ ...@@ -3,16 +3,16 @@
- if @packages.any? - if @packages.any?
.table-holder .table-holder
.gl-responsive-table-row.table-row-header{ role: 'row'} .gl-responsive-table-row.table-row-header{ role: 'row' }
.table-section.section-30{ role: 'rowheader'} .table-section.section-30{ role: 'rowheader' }
=_('Name') = _('Name')
.table-section.section-20{ role: 'rowheader'} .table-section.section-20{ role: 'rowheader' }
=_('Version') = _('Version')
.table-section.section-20{ role: 'rowheader'} .table-section.section-20{ role: 'rowheader' }
=_('Type') = _('Type')
.table-section.section-20{ role: 'rowheader'} .table-section.section-20{ role: 'rowheader' }
=_('Created') = _('Created')
.table-section.section-10{ role: 'rowheader'} .table-section.section-10{ role: 'rowheader' }
- @packages.each do |package| - @packages.each do |package|
.gl-responsive-table-row .gl-responsive-table-row
.table-section.section-30 .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