diff --git a/system/views/index.erb b/system/views/index.erb new file mode 100644 index 0000000..d08b2a3 --- /dev/null +++ b/system/views/index.erb @@ -0,0 +1,61 @@ + + + + + WhoMatch地図ページ + + + + + +

高齢者補助マッチ

+
+ + +
+ + +
+
+ N + E + S + W +
+
+
+ + + + + +

依頼一覧

+ + + + + + + + + + + + <% @requests.each do |req| %> + + + + + + + + <% end %> + +
カテゴリ詳細緯度経度登録日時
<%= req["category"] %><%= req["description"] || "(なし)" %><%= req["latitude"] %><%= req["longitude"] %><%= req["created_at"] %>
+ + + + + diff --git a/system/views/login.erb b/system/views/login.erb new file mode 100644 index 0000000..e00f900 --- /dev/null +++ b/system/views/login.erb @@ -0,0 +1,28 @@ + + + + + ログイン + + + +
+

ログイン

+ + + + + + 新規登録はこちら + +

+
+ + + + diff --git a/system/views/signup.erb b/system/views/signup.erb new file mode 100644 index 0000000..7625cde --- /dev/null +++ b/system/views/signup.erb @@ -0,0 +1,30 @@ + + + + + 新規登録 + + + + +
+

新規登録

+ + + + + + +

+ + ログイン画面へ戻る +
+ + + +