From c0618faf5893c2ad5b10a8c159a03a268c4a05c8 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Sun, 23 Dec 2018 14:43:00 +0000 Subject: [PATCH] fixed links to fontawesome --- static/fontawesome | 1 + static/fontawesome.min.js | 1 - templates/admin.html | 2 +- templates/grade.html | 2 +- templates/login.html | 6 +++--- templates/review.html | 2 +- templates/test.html | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) create mode 120000 static/fontawesome delete mode 120000 static/fontawesome.min.js diff --git a/static/fontawesome b/static/fontawesome new file mode 120000 index 0000000..92d1012 --- /dev/null +++ b/static/fontawesome @@ -0,0 +1 @@ +libs/fontawesome-free-5.6.1-web/ \ No newline at end of file diff --git a/static/fontawesome.min.js b/static/fontawesome.min.js deleted file mode 120000 index b7fbd2a..0000000 --- a/static/fontawesome.min.js +++ /dev/null @@ -1 +0,0 @@ -libs/fontawesome-free-5.6.1-web/js/all.js \ No newline at end of file diff --git a/templates/admin.html b/templates/admin.html index 0af4f12..d236b09 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -21,7 +21,7 @@ - + diff --git a/templates/grade.html b/templates/grade.html index 08c90ce..43719b8 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -11,7 +11,7 @@ - + diff --git a/templates/login.html b/templates/login.html index 375bef0..6242af9 100644 --- a/templates/login.html +++ b/templates/login.html @@ -11,9 +11,9 @@ - - - + + + diff --git a/templates/review.html b/templates/review.html index 9b29af1..0519c5e 100644 --- a/templates/review.html +++ b/templates/review.html @@ -25,7 +25,7 @@ - + diff --git a/templates/test.html b/templates/test.html index 61661e5..d305a1e 100644 --- a/templates/test.html +++ b/templates/test.html @@ -20,7 +20,7 @@ - + @@ -139,7 +139,7 @@ viewportMargin: Infinity, matchBrackets: true, styleActiveLine: true, - }); + }); }); -- libgit2 0.21.2