From 56a16be5fb51d8f6a8b04e9e7094aa7c57fb8547 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 04:26:25 +0200 Subject: First pass at something visible This is a first version of the application, to go beyond simple authentication. --- app/views/resources/delete.html.erb | 2 ++ app/views/resources/edit.html.erb | 2 ++ app/views/resources/index.html.erb | 2 ++ app/views/resources/new.html.erb | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 app/views/resources/delete.html.erb create mode 100644 app/views/resources/edit.html.erb create mode 100644 app/views/resources/index.html.erb create mode 100644 app/views/resources/new.html.erb (limited to 'app/views/resources') diff --git a/app/views/resources/delete.html.erb b/app/views/resources/delete.html.erb new file mode 100644 index 0000000..837c275 --- /dev/null +++ b/app/views/resources/delete.html.erb @@ -0,0 +1,2 @@ +

Resources#delete

+

Find me in app/views/resources/delete.html.erb

diff --git a/app/views/resources/edit.html.erb b/app/views/resources/edit.html.erb new file mode 100644 index 0000000..61b0939 --- /dev/null +++ b/app/views/resources/edit.html.erb @@ -0,0 +1,2 @@ +

Resources#edit

+

Find me in app/views/resources/edit.html.erb

diff --git a/app/views/resources/index.html.erb b/app/views/resources/index.html.erb new file mode 100644 index 0000000..320849a --- /dev/null +++ b/app/views/resources/index.html.erb @@ -0,0 +1,2 @@ +

Resources#index

+

Find me in app/views/resources/index.html.erb

diff --git a/app/views/resources/new.html.erb b/app/views/resources/new.html.erb new file mode 100644 index 0000000..c29e88a --- /dev/null +++ b/app/views/resources/new.html.erb @@ -0,0 +1,2 @@ +

Resources#new

+

Find me in app/views/resources/new.html.erb

-- cgit v1.2.3