Skip to content

Commit

Permalink
Change title
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdbass committed Sep 28, 2015
1 parent 61463fd commit 3941990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Tutorial</title>
<title>Thanku</title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
Expand All @@ -11,7 +11,7 @@
<nav class="navbar navbar-default navbar-fixed-top" style = "background-color:#010A2C; color:#B0B1B3;">
<div class="container-fluid">
<span style = "font-weight:strong; font-size:45px; float:left; text-decoration: none; ">
<%= link_to "ThankU ", home_path, {:style=>'text-decoration: none; color:#B0B1B3;', :class => ""} %>
<%= link_to "ThankU ", home_path, {:style=>'text-decoration: none; color:#B0B1B3;', :class => ""} %>
</span>
<span style= "font-size:15px; float:right">
<% if current_user %>
Expand Down

0 comments on commit 3941990

Please sign in to comment.