diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2008-10-25 04:46:21 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2008-10-25 04:46:21 +0000 |
commit | 0316fde06bb8892589ac83c387789db22ee29614 (patch) | |
tree | d50e47ff3cab460d8a8e0ea122d054c4817ea26c /app/views/boards | |
parent | bcde2f4dce7a3d6842a45a5c6082cad2132b7a25 (diff) | |
download | redmine-0316fde06bb8892589ac83c387789db22ee29614.tar.gz redmine-0316fde06bb8892589ac83c387789db22ee29614.zip |
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
Diffstat (limited to 'app/views/boards')
-rw-r--r-- | app/views/boards/show.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ </div> <h2><%=h @board.name %></h2> +<p class="subtitle"><%=h @board.description %></p> <% if @topics.any? %> <table class="list messages"> |