diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
commit | 91a493e2c7ca59130f3c4a718e2b07b4448633b9 (patch) | |
tree | 8e9fdd8321e1fcd589c78b3a5545c521af199566 /app/views/boards | |
parent | b8cd280bec05f76c0a889f9650fc1a88b33ddc4e (diff) | |
download | redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.tar.gz redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.zip |
Removes large icons.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3179 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/boards')
-rw-r--r-- | app/views/boards/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/boards/index.rhtml b/app/views/boards/index.rhtml index 440a77412..7cc6a0e2f 100644 --- a/app/views/boards/index.rhtml +++ b/app/views/boards/index.rhtml @@ -11,7 +11,7 @@ <% for board in @boards %> <tr class="<%= cycle 'odd', 'even' %>"> <td> - <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "icon22 icon22-comment" %><br /> + <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "board" %><br /> <%=h board.description %> </td> <td align="center"><%= board.topics_count %></td> |