diff --git a/app/views/questions/_recent_questions_shadow.html.erb b/app/views/questions/_recent_questions_shadow.html.erb index f56c3daddd1..da004c75059 100644 --- a/app/views/questions/_recent_questions_shadow.html.erb +++ b/app/views/questions/_recent_questions_shadow.html.erb @@ -1,49 +1,53 @@ -
- <% @questions.limit(3).each_with_index do |node,i| %> -
-
- -
- - +
+
+ <% @questions.limit(3).each_with_index do |node,i| %> + + + + + +
target="_blank"<% end %> href="<%= node.path(:question) %>"><%= node.title %>
+
+ + by @<%= node.author.name %> + +
+ <% end %>
- <% end %>
diff --git a/app/views/questions/index_shadow.html.erb b/app/views/questions/index_shadow.html.erb index 73c19095674..74481776fac 100644 --- a/app/views/questions/index_shadow.html.erb +++ b/app/views/questions/index_shadow.html.erb @@ -48,7 +48,9 @@

Recent questions

-<%= render partial: "questions/recent_questions_shadow" %> +
+ <%= render partial: "questions/recent_questions_shadow" %> +