Skip to content

Commit

Permalink
Display only a Link if Data is there
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimoto committed Jul 22, 2012
1 parent d5af184 commit 0d4f2a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<webobject name="Link"></webobject>
<webobject name="HasLink"><webobject name="Link" /></webobject>
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
HasLink : ERXNonNullConditional {
condition = href;
}

Link: WOHyperlink {
href = href;
string = string;
Expand Down

0 comments on commit 0d4f2a9

Please sign in to comment.