Skip to content

Commit

Permalink
updated screencast link
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Sep 22, 2009
1 parent c429ddb commit 5190901
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions grails-app/views/layouts/homepage.gsp
Expand Up @@ -140,9 +140,12 @@
<h2>Recent Screencasts</h2>
<div class="castBox">
<div class="castScreen">
<g:link controller="screencast" action="show" id="${latestScreencastId}">
<img src="/images/new/play_icon.png"/>
</g:link>
<a href="http://www.cloudfoundry.com/video.html">
<img src="/images/new/play_icon.png"/>
</a>
<%--<g:link controller="screencast" action="show" id="${latestScreencastId}">
</g:link> --%>
</div><!-- castScreen -->
<h4><g:link controller="screencast" action="list">View All</g:link></h4>
</div><!-- castBox -->
Expand Down
2 changes: 1 addition & 1 deletion web-app/css/new/homepage.css
Expand Up @@ -370,7 +370,7 @@ body {
}

.castScreen {
background: url(../../images/new/Screenshot_Eg.jpg) no-repeat top left;
background: url(../../images/CF-videoStart-090823.gif) no-repeat top left;
width: 140px;
height: 114px;
margin: 14px 0px 0px 14px;
Expand Down
Binary file added web-app/images/CF-videoStart-090823.gif
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 5190901

Please sign in to comment.