Sha256: 85c1d4d626f6d9f55b12cd16fae2d19feff2ad3a6720bcc4ee9269f31cf5653b
Contents?: true
Size: 574 Bytes
Versions: 7
Compression:
Stored size: 574 Bytes
Contents
<button class="button button--title secondary light share-link text-center calendar" data-open="calendarShare"> <%= t(".export_calendar") %> <%= icon "share", class: "icon--after" %> </button> <div class="reveal" id="calendarShare" data-reveal> <div class="reveal__header"> <h3 class="reveal__title"><%= t(".calendar_url") %>:</h3> <button class="close-button" data-close aria-label="<%= t(".close_window") %>" type="button"> <span aria-hidden="true">×</span> </button> </div> <input type="text" value="<%= "#{path}" %>" readonly /> </div>
Version data entries
7 entries across 7 versions & 1 rubygems