Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
datetime_range_timezone
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
datetime_range_timezone
Merge requests
!17
An error occurred while fetching the assigned milestone of the selected merge_request.
Issue
#3503634
: Add gitlab ci.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3503634
: Add gitlab ci.
issue/datetime_range_timezone-3503634:3503634-add-gitlab-ci
into
8.x-1.x
Overview
0
Commits
4
Pipelines
4
Changes
5
Merged
Mohammed Nassar
requested to merge
issue/datetime_range_timezone-3503634:3503634-add-gitlab-ci
into
8.x-1.x
2 months ago
Overview
0
Commits
4
Pipelines
4
Changes
5
Expand
Closes
#3503634
0
0
Merge request reports
Compare
8.x-1.x
version 1
fadd98cd
2 months ago
8.x-1.x (base)
and
latest version
latest version
1bfcff9b
4 commits,
2 months ago
version 1
fadd98cd
3 commits,
2 months ago
5 files
+
41
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
templates/datetime-range-timezone.html.twig
+
1
−
1
Options
@@ -10,7 +10,7 @@
<span
class=
'daterange__date daterange__start-date'
><time
datetime=
"
{{
iso_start_date
}}
"
>
{{
start_date
}}
</time></span>
{%
if
separator
is
not
empty
%}
<span
class=
'daterange__separtor'
>
{{
separator
}}
</span>
<span
class=
'daterange__separ
a
tor'
>
{{
separator
}}
</span>
{%
endif
%}
{%
if
end_date
is
not
empty
%}
Loading