Skip to content

Commit

Permalink
Release 1.2.3: added 'sponsored' link to groovymag.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Nov 1, 2008
1 parent 572ceb7 commit fafb00e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application.properties
@@ -1,5 +1,5 @@
#Wed Oct 08 06:09:00 EDT 2008
app.version=1.2.2
#Sat Nov 01 14:58:12 EDT 2008
app.version=1.2.3
app.servlet.version=2.4
app.grails.version=1.0.3
app.name=grailscrowd
4 changes: 4 additions & 0 deletions changelog.txt
@@ -1,3 +1,7 @@
== Changes in version 1.2.3

* Added 'sponosored' link to groovymag.com in the footer of main layouts

== Changes in version 1.2

* Added 'lastLogin' property to Member
Expand Down
5 changes: 4 additions & 1 deletion grails-app/views/layouts/grailscrowd-public-home.gsp
Expand Up @@ -20,7 +20,10 @@

<div id="footer">
<a class="inline-link" href="http://twitter.com/grailscrowd" target="_blank">Follow on Twitter</a> | <a class="inline-link" href="http://gc.lighthouseapp.com/projects/15821-grails-crowd/overview" target="_blank">Report a problem or request a feature</a> | <a class="inline-link" href="http://grails.org" target="_blank">Developed with Grails</a> | <a class="inline-link" href="http://github.com/dima767/grails-crowd/tree/master" target="_blank">The code for this site is open source</a>
</div>
<br />
<br />
Hosting provided by <span style="float:left;"><a href="http://groovymag.com/?gc" target="_blank"><img src="${createLink(base:'http://www.groovymag.com/images/hostedby.png')}" alt="Groovymag"/></a></span>
</div>

</div>

Expand Down
3 changes: 3 additions & 0 deletions grails-app/views/layouts/grailscrowd.gsp
Expand Up @@ -55,6 +55,9 @@

<div id="footer">
<a class="inline-link" href="http://twitter.com/grailscrowd" target="_blank">Follow on Twitter</a> | <a class="inline-link" href="http://gc.lighthouseapp.com/projects/15821-grails-crowd/overview" target="_blank">Report a problem or request a feature</a> | <a class="inline-link" href="http://grails.org" target="_blank">Developed with Grails</a> | <a class="inline-link" href="http://github.com/dima767/grails-crowd/tree/master" target="_blank">The code for this site is open source</a>
<br />
<br />
Hosting provided by <span style="float:left;"><a href="http://groovymag.com/?gc" target="_blank"><img src="${createLink(base:'http://www.groovymag.com/images/hostedby.png')}" alt="Groovymag"/></a></span>
</div>

</div>
Expand Down
Binary file added web-app/images/gm_60.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fafb00e

Please sign in to comment.