Skip to content

Commit

Permalink
Update ClayCard to use component-action | Fixes liferay#600
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Mar 1, 2018
1 parent f041388 commit 496adc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-card/src/ClayCardBase.soy
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
{call ClayActionsDropdown.render}
{param items: $actionItems /}
{param spritemap: $spritemap /}
{param triggerClasses: 'component-action' /}
{/call}
</div>
{/if}
Expand Down
1 change: 1 addition & 0 deletions packages/clay-card/src/ClayHorizontalCard.soy
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
{call ClayActionsDropdown.render}
{param items: $actionItems /}
{param spritemap: $spritemap /}
{param triggerClasses: 'component-action' /}
{/call}
</div>
{/if}
Expand Down
1 change: 1 addition & 0 deletions packages/clay-card/src/ClayUserCard.soy
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
{call ClayActionsDropdown.render}
{param items: $actionItems /}
{param spritemap: $spritemap /}
{param triggerClasses: 'component-action' /}
{/call}
</div>
{/if}
Expand Down

0 comments on commit 496adc8

Please sign in to comment.