Skip to content

Commit

Permalink
Update branding.
Browse files Browse the repository at this point in the history
  • Loading branch information
Druotic committed Sep 18, 2014
1 parent c512ae2 commit c811ed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="footer">
<small>
StudyPad Site by Shanil Puri
DireWolf Site by Shanil Puri, James Beavers, and Karthik Bhupalam
</small>
<nav>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<header class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<%= link_to "StudyPad", "#", id: "logo" %>
<%= link_to "DireWolf", "#", id: "logo" %>
<nav>
<ul class="nav pull-right">
<li><%= link_to "Home", home_path %></li>
Expand Down
2 changes: 1 addition & 1 deletion 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>Blogger</title>
<title>DireWolf</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit c811ed7

Please sign in to comment.