Skip to content

Commit

Permalink
added tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelz committed Dec 28, 2019
1 parent 1258742 commit f59c210
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 29 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

* ...
16 changes: 14 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,17 @@
<div class="container">
<%= yield %>
</div>
</body>
</html>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155106005-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-155106005-1');
</script> </body>

</html>


6 changes: 3 additions & 3 deletions app/views/photos/index.html.haml
Original file line number Diff line number Diff line change
@@ -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)


0 comments on commit f59c210

Please sign in to comment.