Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « timelogs « time_tracking « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0bfc749606c274dcad17b904ead573951c5f400 (plain)
1
2
3
4
5
6
7
- @force_fluid_layout = true
- page_title _('Time tracking report')

.page-title-holder.gl-display-flex.gl-flex-align-items-center
  %h1.page-title.gl-font-size-h-display= _('Time tracking report')

#js-timelogs-app{ data: { limit_to_hours: Gitlab::CurrentSettings.time_tracking_limit_to_hours.to_s } }