Skip to content

Commit

Permalink
apparently railsbridge is one word
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Sep 17, 2011
1 parent eab15d6 commit a3f4a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions views/index.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<h1> Seattle Railsbridge! </h1>

<% lessons.each_with_index do |lesson, i| %>
<%= page lesson.merge("skip_nav" => true) %>
<% end %>
2 changes: 1 addition & 1 deletion views/layout.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Seattle Rails Bridge - <%= subtitle %></title>
<title>Seattle Railsbridge - <%= subtitle %></title>
<link rel="stylesheet" href="/css/railsbridge.css" type="text/css" title="/railsbridge.css">
</head>
<body>
Expand Down

0 comments on commit a3f4a0b

Please sign in to comment.