mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
21 lines
492 B
Text
21 lines
492 B
Text
.row
|
|
.col-md-12
|
|
.table-responsive
|
|
%table.table.table-hover.table-bordered.table-condensed
|
|
%thead
|
|
%tr
|
|
%th
|
|
=t('shared.whodunnit')
|
|
%th
|
|
=t('shared.event')
|
|
%th
|
|
=t('shared.created_at')
|
|
|
|
%tbody
|
|
-versions.each do |version|
|
|
%tr
|
|
%td= whodunnit_with_protocol(version.whodunnit)
|
|
%td= version.event
|
|
%td= version.created_at
|
|
|
|
|