Skip to content

Commit

Permalink
just some code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brade committed Oct 12, 2016
1 parent e480085 commit 0b2a0d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "derby-entity",
"description": "A Perfect DerbyJS CRUD Component",
"version": "1.2.1",
"version": "1.2.2",
"author": {
"name": "Michael Brade",
"email": "brade@kde.org"
Expand Down
2 changes: 1 addition & 1 deletion package.json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: 'derby-entity'
description: 'A Perfect DerbyJS CRUD Component'
version: '1.2.1'
version: '1.2.2'

author:
name: 'Michael Brade'
Expand Down
10 changes: 7 additions & 3 deletions table/native.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
<tr id="{{#item.id}}">
{{each entity.attributes as #attr}}
<td on-click="select(#item.id)">
<view name="{{#attr.type}}" mode="html" item="{{#item}}" attr="{{#attr}}" />
<view name="{{#attr.type}}" mode="html" item="{{#item}}" attr="{{#attr}}"/>
</td>
{{/each}}

<td>
<span class="action-references" on-click="showReferences($event)"><i class="fa fa-external-link"></i></span>
<span class="action-references" on-click="showReferences($event)">
<i class="fa fa-external-link"></i>
</span>
&nbsp;
<span class="action-remove" on-click="showDeleteModal(#item)"><i class="fa fa-remove"></i></span>
<span class="action-remove" on-click="showDeleteModal(#item)">
<i class="fa fa-remove"></i>
</span>
</td>
</tr>
{{/each}}
Expand Down

0 comments on commit 0b2a0d6

Please sign in to comment.