This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%ul | |
%li{style: "background-image: #{dynamic_image}"}> | |
= link_to :article_url do | |
%span.caption "Yanul Kabak brings to Afgan children... " | |
%span.details | |
Yanul Kabak brings to Afgan children | |
%small | |
The panel says it has 1,000 pages of evidence showing | |
Lance Armstrong's role in a... | |
%span.read-more |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Event.j | |
* Canvas Creator | |
* | |
* Created by Ryan on May 21th, 2011. | |
* Copyright 2011, Synvox rights reserved. | |
*/ | |
@import <Foundation/CPObject.j> | |
@import <AppKit/CPView.j> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import <AppKit/CPImage.j> | |
@import <AppKit/CPImageView.j> | |
@import "Photo.j" | |
@implementation PhotoListElement : CPView | |
{ | |
CPImage _tagButtonImage; | |
CPImage _previewButtonImage; |