8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
- @force_fluid_layout = true
|
|
- page_title _('Time tracking report')
|
|
|
|
.page-title-holder.gl-flex.gl-flex-align-items-center
|
|
%h1.page-title.gl-text-size-h-display= _('Time tracking report')
|
|
|
|
#js-timelogs-app{ data: { limit_to_hours: Gitlab::CurrentSettings.time_tracking_limit_to_hours.to_s } }
|