mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
10 lines
399 B
Text
10 lines
399 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>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
var formatJS = "<%= datetime_picker_format_date_only %>"
|
|
</script>
|