]> source.dussan.org Git - redmine.git/commitdiff
Added the board's description below the board's name.
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 25 Oct 2008 04:46:21 +0000 (04:46 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 25 Oct 2008 04:46:21 +0000 (04:46 +0000)
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

index 96818df341be88671de089d61c40c1600a698726..06bb87ac751b55864ba36ceac252d83d1079c58c 100644 (file)
@@ -26,6 +26,7 @@
 </div>
 
 <h2><%=h @board.name %></h2>
+<p class="subtitle"><%=h @board.description %></p>
 
 <% if @topics.any? %>
 <table class="list messages">