Skip to content

Commit

Permalink
Merge branch 'develop' into staging
Browse files Browse the repository at this point in the history
* develop:
  Updating os2web_meetings_agman
  Update ref. to base theme
  Borger.dk
  Timezone
  Add timezone
  • Loading branch information
stankut committed Jun 8, 2021
2 parents 9e8c3a9 + 33e8399 commit e85bb0b
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 15 deletions.
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,28 @@
border-top: 1px solid #dadde0;
}
}

li.has-selfservice-links {
position: relative;

.selfservice-links {
position: absolute;

top: 0;
right: 0;

z-index: 500;

padding-top: 14px;
padding-bottom: 14px;
padding-right: 14px;
padding-left: 20px;
}

.accordion-button {
padding-right: 12rem;
}
}
}
.accordion-button {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
view_mode ? view_mode|clean_class,
]
%}
{% set timestamp = node.field_os2web_m_start_date.value|date('U') %}
{% set timestamp = node.field_os2web_m_start_date.date|date('U') %}
<div {{ attributes.addClass(classes) }}>
{{ content.field_os2web_hearings_heading }}
{{ content.field_os2web_hearings_intro }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
view_mode ? view_mode|clean_class,
]
%}
{% if node.field_os2web_m_start_date.value %}
{% set timestamp = node.field_os2web_m_start_date.value|date('U') %}
{% endif %}
{% set timestamp = node.field_os2web_m_start_date.value|date('U') %}
{% set timestamp = node.field_os2web_m_start_date.date|date('U') %}
<div {{ attributes.addClass(classes) }}>
<h1>{{ label }}</h1>
<div class="fields-inline">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
%}
{% if node.field_os2web_m_start_date.value %}
{% set timestamp = node.field_os2web_m_start_date.value|date('U') %}
{% set timestamp = node.field_os2web_m_start_date.date|date('U') %}
{% endif %}

<a href="{{ url }}" {{ attributes.addClass(classes) }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
view_mode ? view_mode|clean_class,
]
%}
{% set timestamp = node.field_os2web_hearings_end_date.value|date('U') %}
{% set timestamp = node.field_os2web_hearings_end_date.date|date('U') %}

<a href="{{ url }}" {{ attributes.addClass(classes) }}>
<div class="entity-{{ view_mode|clean_class }}--{{ node.bundle|clean_class }}__date">
Expand Down

0 comments on commit e85bb0b

Please sign in to comment.