diff options
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"> |