Skip to content

Commit

Permalink
remove inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Nov 7, 2023
1 parent 4237a93 commit 5e8fb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/event/tentatives/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%p= t('.total_info_html', count: @counts.values.sum)

= table(@counts, class: 'table table-striped') do |t|
- t.col(t('.tentatives_count'), style: 'width: 100px;') do |_, tentatives_count|
- t.col(t('.tentatives_count'), class: 'w-100') do |_, tentatives_count|
- fnumber(tentatives_count)
- t.col(t('.layer')) do |(group_id, group_name), tentatives_count|
- link_to(group_name, group_path(id: group_id))

0 comments on commit 5e8fb12

Please sign in to comment.