From f59c210e13757a4a6018ebfc77e30393f3ad7b97 Mon Sep 17 00:00:00 2001 From: Pavel Zaitsev Date: Sat, 28 Dec 2019 17:54:03 +0300 Subject: [PATCH] added tracking --- README.md | 24 ------------------------ app/views/layouts/application.html.erb | 16 ++++++++++++++-- app/views/photos/index.html.haml | 6 +++--- 3 files changed, 17 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 7db80e4..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,24 +0,0 @@ -# README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 0d37453..f60491a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -20,5 +20,17 @@
<%= yield %>
- - \ No newline at end of file + + + + + + + + diff --git a/app/views/photos/index.html.haml b/app/views/photos/index.html.haml index e7659e4..b2cb685 100644 --- a/app/views/photos/index.html.haml +++ b/app/views/photos/index.html.haml @@ -1,11 +1,11 @@ -.col-2 +.col-6 %h2 Insta .fa.fa-camera-retro + = link_to "https://github.com/pavelz" + .col-10 .text-center = react_component("Root", {message: "front"}, authenticity_token: form_authenticity_token) - -