From 0316fde06bb8892589ac83c387789db22ee29614 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Sat, 25 Oct 2008 04:46:21 +0000 Subject: [PATCH] Added the board's description below the board's name. Thanks to Go MAEDA for the patch. #2079 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1950 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/boards/show.rhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/boards/show.rhtml b/app/views/boards/show.rhtml index 96818df34..06bb87ac7 100644 --- a/app/views/boards/show.rhtml +++ b/app/views/boards/show.rhtml @@ -26,6 +26,7 @@

<%=h @board.name %>

+

<%=h @board.description %>

<% if @topics.any? %> -- 2.39.5