Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
黃宣傑
Autolab
Commits
c326a0a1
Commit
c326a0a1
authored
7 years ago
by
Aatish Nayak
Committed by
GitHub
7 years ago
Browse files
Options
Download
Patches
Plain Diff
Freeze flatpickr version (#867)
parent
167c6974
master
account_for_DST_in_late_by_calculation
api_scopes_quickfix
api_show_submissions_from_all_clients
api_v1
api_v1_hotfix
cg2v-regrade_errors_fail
create_assessment_configs_during_autopopulate
devansh_v2.1.0_patches
develop
development
docker
drag_drop
due_date_fix
error_audit_2018
feature_speedgrader
feature_speedgrader_GDUCache_fix
feature_speedgrader_ftree
fix_create_assessment_grading_deadline_initialization
fix_datepicker_initializing_bug
fix_issue_863
fix_logger
fix_pdf_annotation_borderbox_positioning
fix_setup_script_database_and_school_templates
fix_statistics
fix_user_ids
form_fixes
form_fixes_jacob
grade_export_submission_time
hotfix_annotation_permissions
hotfix_annotations
hotfix_decouple_annotations_gradebook
hotfix_flicker_menus
hotfix_handin
hotfix_jobs
hotfix_multiple_annotations
hotfix_remaining_submissions
incorrect_favicon_link
moss_permissions
multi_tango
notifications_mvp
rails-5-docker-dev
rails-5-upgrade
remove_facebook
revert_contact_page_github_issue_link
scheduler_test_job
score_overhaul
style_fixes
switch_menu_side
tango_client_retry
tango_error_passthrough
test_external_pr
tjjohans_annotations
tjjohans_develop
tjjohans_error_audit_2018
type_fix
version_number_in_footer
2.2.1
2.2.0
2.1.0
2.0.8
v2.3.0
v2.2.1
v2.2.0
v2.0.8
v2.0.7
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/courses/_courseFields.html.erb
+0
-6
app/views/courses/_courseFields.html.erb
app/views/layouts/application.html.erb
+1
-1
app/views/layouts/application.html.erb
with
1 addition
and
7 deletions
app/views/courses/_courseFields.html.erb
+
0
−
6
View file @
c326a0a1
<%=
stylesheet_link_tag
"https://unpkg.com/flatpickr/dist/flatpickr.min.css"
%>
<%
content_for
:javascripts
do
%>
<%=
javascript_include_tag
"https://unpkg.com/flatpickr"
%>
<%
end
%>
<%=
f
.
text_field
:name
,
help_text:
"The course ID used in URLs and DB keys. This field must be unique
and URL-able. Typically includes the course number and semester. Examples:
...
...
This diff is collapsed.
Click to expand it.
app/views/layouts/application.html.erb
+
1
−
1
View file @
c326a0a1
...
...
@@ -41,7 +41,7 @@
<%=
javascript_include_tag
'application'
%>
<!-- Flatpickr Datetimepicker JS (lightweight file) -->
<%=
javascript_include_tag
"https://unpkg.com/flatpickr"
%>
<%=
javascript_include_tag
"https://unpkg.com/flatpickr
@2.5.8
"
%>
<div
class=
"page-wrapper"
>
<%=
render
"layouts/navbar"
%>
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets