Skip to content

Commit b0dd2e5

Browse files
committed
Fixing bug with the layout regarding the Inbox.
Basically, the inbox didn't have a \ after it, so it looked dumb.
1 parent 41f6dba commit b0dd2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/layout.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<a href="/forums">Forums</a> \
2525
- if logged_in?
2626
<a href="/hackers/#{current_user.username}">Your Page</a> \
27-
%a{:href => "/messages"} Inbox
27+
<a href="/messages">Inbox</a> \
2828
<a href="/logout">Log out</a>
2929
- else
3030
<a href="/signup">Sign Up</a> \

0 commit comments

Comments
 (0)