Skip to content

Commit 3bcfb69

Browse files
author
Marylou Lenhart
committed
Adding back in the blurb
Taking out the blurb didn't make a difference, so this puts it back in.
1 parent 30cf422 commit 3bcfb69

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

app/views/questions/index.html.haml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
= render :partial => "shared/questions_blurb"
1111
- else
1212
= render :partial => "shared/support_blurb"
13-
%section.support
14-
%p Subscribe to the #{link_to "Questions Atom Feed", feed_path}.
15-
16-
17-
//= render :partial => "shared/atom_blurb"
13+
= render :partial => "shared/atom_blurb"
14+
// %section.support
15+
// %p Subscribe to the #{link_to "Questions Atom Feed", feed_path}.
1816
1917
%ul.questions
2018
= render :partial => "list", :collection => collection
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
%section.support
2+
%p Subscribe to the #{link_to "Questions Atom Feed", feed_path}.
3+
4+

0 commit comments

Comments
 (0)