mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 06:06:56 +08:00
1b34de37ef
CSP and inline js refactor [SCI-8118][SCI-8119]
7 lines
282 B
Text
7 lines
282 B
Text
<div class="calendar-widget basic-widget <%= widget[:size] %>" style="order: <%= widget[:position] %>">
|
|
<div class="dashboard-calendar"
|
|
data-month-events-url="<%= dashboard_calendar_path %>"
|
|
data-day-events-url="<%= day_dashboard_calendar_path %>"
|
|
></div>
|
|
</div>
|
|
|