Sha256: f17c749a96b976cc5799543ee6362ba0aaf1551787a8bcf6715f68158e361a40
Contents?: true
Size: 847 Bytes
Versions: 4
Compression:
Stored size: 847 Bytes
Contents
{% if site.conference.live %} {% assign time_start = t.time_start %} {% assign time_end = t.time_end %} {% include partials/get_timestamp.html %} {%- if site.conference.live.streaming -%} <a title="{{ link.name }}" data-toggle="modal" data-target="#stream-modal" data-room="{{ r.room }}" href="#" {%- else -%} <span {%- endif %} class="live-show live-button badge badge-dark font-weight-normal text-left d-none {{ live_button_styleclass }}" data-start="{{ timestamp_start }}" data-end="{{ timestamp_end }}"> <object data="{{ site.baseurl }}/assets/icons/live.svg" type="image/svg+xml">!</object> {{ site.data.lang[site.conference.lang].live.live | default: "Live" }} {%- if site.conference.live.streaming -%} </a> {%- else -%} </span> {%- endif -%} {% assign live_button_styleclass = "" %} {% endif %}
Version data entries
4 entries across 4 versions & 1 rubygems