Skip to content

Commit f30fb81

Browse files
LindseyBsteveklabnik
authored andcommitted
Adding links to index.
_REALLY_ need to get on that layout thing.
1 parent f545437 commit f30fb81

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

views/messages/index.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.span-9
2-
%img{:height => "64", :src => "/images/logo.png", :style => "float:left"}/
2+
%a{:href => "/"}
3+
%img{:height => "64", :src => "/images/logo.png", :style => "float:left"}/
34
%p.body{:style => "padding-top:20px;padding-left:80px"} Hackety Hack
45
- if logged_in?
56
.span-6.prepend-3.last

views/programs/index.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.span-9
2-
%img{:height => "64", :src => "/images/logo.png", :style => "float:left"}/
2+
%a{:href => "/"}
3+
%img{:height => "64", :src => "/images/logo.png", :style => "float:left"}/
34
%p.body{:style => "padding-top:20px;padding-left:80px"} Hackety Hack
45
- if logged_in?
56
.span-6.prepend-3.last

0 commit comments

Comments
 (0)