From 011768ed1f9ef381ed292bf78cd1ad24a623b053 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Wed, 17 Feb 2021 11:57:04 +0000 Subject: [PATCH] Rename the `dots-scripts` component to `dots` --- src/views/components/{dots-scripts.html.ecr => dots.html.ecr} | 4 ++-- src/views/home.html.ecr | 2 +- src/views/library.html.ecr | 2 +- src/views/tag.html.ecr | 2 +- src/views/title.html.ecr | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) rename src/views/components/{dots-scripts.html.ecr => dots.html.ecr} (67%) diff --git a/src/views/components/dots-scripts.html.ecr b/src/views/components/dots.html.ecr similarity index 67% rename from src/views/components/dots-scripts.html.ecr rename to src/views/components/dots.html.ecr index 41bb7b0..6e98eb7 100644 --- a/src/views/components/dots-scripts.html.ecr +++ b/src/views/components/dots.html.ecr @@ -1,3 +1,3 @@ - - + + diff --git a/src/views/home.html.ecr b/src/views/home.html.ecr index 598709d..ceb9b69 100644 --- a/src/views/home.html.ecr +++ b/src/views/home.html.ecr @@ -77,7 +77,7 @@ <%- end -%> <% content_for "script" do %> - <%= render_component "dots-scripts" %> + <%= render_component "dots" %> <% end %> diff --git a/src/views/library.html.ecr b/src/views/library.html.ecr index 21ec280..39e9856 100644 --- a/src/views/library.html.ecr +++ b/src/views/library.html.ecr @@ -24,7 +24,7 @@ <% content_for "script" do %> - <%= render_component "dots-scripts" %> + <%= render_component "dots" %> <% end %> diff --git a/src/views/tag.html.ecr b/src/views/tag.html.ecr index c6f2332..8d6d257 100644 --- a/src/views/tag.html.ecr +++ b/src/views/tag.html.ecr @@ -24,7 +24,7 @@ <% content_for "script" do %> - <%= render_component "dots-scripts" %> + <%= render_component "dots" %> <% end %> diff --git a/src/views/title.html.ecr b/src/views/title.html.ecr index 11b4393..78edf98 100644 --- a/src/views/title.html.ecr +++ b/src/views/title.html.ecr @@ -123,7 +123,7 @@ <% content_for "script" do %> - <%= render_component "dots-scripts" %> + <%= render_component "dots" %>