aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:34:12 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:34:12 -0500
commit6b0c5aa8a455f571e58040a5dee04f917bb87c1e (patch)
treef7e039a357df153d4766f54410320a9d0b751074 /resources
parentRenamed 'master' branch to 'main' for the 'recipes' submodule (diff)
downloadferdium-server-6b0c5aa8a455f571e58040a5dee04f917bb87c1e.tar.gz
ferdium-server-6b0c5aa8a455f571e58040a5dee04f917bb87c1e.tar.zst
ferdium-server-6b0c5aa8a455f571e58040a5dee04f917bb87c1e.zip
Renamed 'master' branch to 'main'
Diffstat (limited to 'resources')
-rw-r--r--resources/views/layouts/v2.edge2
-rw-r--r--resources/views/others/new.edge2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge
index 312ed67..38af29f 100644
--- a/resources/views/layouts/v2.edge
+++ b/resources/views/layouts/v2.edge
@@ -16,7 +16,7 @@
16 <div class="flex flex-col h-screen"> 16 <div class="flex flex-col h-screen">
17 <div class="bg-black"> 17 <div class="bg-black">
18 <div class="flex flex-row items-center container px-20 mx-auto"> 18 <div class="flex flex-row items-center container px-20 mx-auto">
19 <a href="/"><img width="50" class="my-4 mr-10" src="https://github.com/ferdium/ferdium-server/raw/master/logo.png"></a> 19 <a href="/"><img width="50" class="my-4 mr-10" src="https://github.com/ferdium/ferdium-server/raw/main/logo.png"></a>
20 <a class="github-button" href="https://github.com/ferdium/ferdium-server" data-icon="octicon-star" data-show-count="true" aria-label="Star ferdium/ferdium-server on GitHub">Star</a> 20 <a class="github-button" href="https://github.com/ferdium/ferdium-server" data-icon="octicon-star" data-show-count="true" aria-label="Star ferdium/ferdium-server on GitHub">Star</a>
21 </div> 21 </div>
22 </div> 22 </div>
diff --git a/resources/views/others/new.edge b/resources/views/others/new.edge
index 1bfd46f..ed97a34 100644
--- a/resources/views/others/new.edge
+++ b/resources/views/others/new.edge
@@ -2,7 +2,7 @@
2 2
3@section('content') 3@section('content')
4<h1>Create a new recipe</h1> 4<h1>Create a new recipe</h1>
5<p>Please create a recipe using <a href="https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md">the 5<p>Please create a recipe using <a href="https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md">the
6 official guide</a>, then publish it here.</p> 6 official guide</a>, then publish it here.</p>
7<form action="new" method="post" enctype="multipart/form-data"> 7<form action="new" method="post" enctype="multipart/form-data">
8 <label for="author">Author</label><br /> 8 <label for="author">Author</label><br />