From f090feb8d4cacce9a1e8ffcda6cb542917c7e1e1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 27 Mar 2015 13:33:34 -0400 Subject: railzZz --- app/views/finger/index.html.erb | 38 ++++++++++++++++++++++++++++++++++ app/views/layouts/application.html.erb | 14 +++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 app/views/finger/index.html.erb create mode 100644 app/views/layouts/application.html.erb (limited to 'app/views') diff --git a/app/views/finger/index.html.erb b/app/views/finger/index.html.erb new file mode 100644 index 0000000..a1a2f32 --- /dev/null +++ b/app/views/finger/index.html.erb @@ -0,0 +1,38 @@ + + + + + + + + + +<% @fingers.each do |finger| %> + + + + + + + +<% end %> + +
idnickhaship
<%= finger.id %><%= finger.nick %><%= finger.token %><%= finger.remote_addr %>
+ + \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 0000000..1506bc8 --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Fingerprint + <%= stylesheet_link_tag "application", :media => "all" %> + <%= javascript_include_tag "application" %> + <%= csrf_meta_tags %> + + + +<%= yield %> + + + -- cgit v1.2.3-70-g09d2