Skip to content

Commit

Permalink
Remove another reference to non-existent image.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Nov 23, 2012
1 parent ad919cb commit bb3a4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/shared/_communitySideNav.gsp
@@ -1,5 +1,5 @@
<aside id="community">
<h3><img src="${resource(dir: "img/aside", file: "community.png")}" alt="" title=""/>Community</h3>
<h3>Community</h3>
<ul>
<li<g:if test="${actionName == 'websites'}"> class="active"</g:if>>
<a href="/websites">Sites using Grails</a></li>
Expand Down

0 comments on commit bb3a4a1

Please sign in to comment.