debian-mirror-gitlab/app/assets/javascripts/repository/components/table/header.vue

10 lines
320 B
Vue
Raw Normal View History

2019-09-04 21:01:54 +05:30
<template>
<thead>
<tr>
<th id="name" scope="col">{{ s__('ProjectFileTree|Name') }}</th>
<th id="last-commit" scope="col" class="d-none d-sm-table-cell">{{ __('Last commit') }}</th>
<th id="last-update" scope="col" class="text-right">{{ __('Last update') }}</th>
</tr>
</thead>
</template>