Skip to content

Commit

Permalink
demo tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnculviner committed Aug 26, 2013
1 parent 1a93b03 commit 95465e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/SurveyApp.Web/App/views/surveys.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@

<td class="actions">
@*EDIT*@
<a class="btn btn-info"
<a class="btn btn-info" title="Edit Survey"
data-bind="attr: { href: '#/surveys/' + @summary.EvalObservableFor(x => x.Id)}">
<i class="icon-edit"></i>
</a>
@*DELETE*@
<button class="btn btn-danger" data-bind="click: $root.deleteSurvey, clickBubble: false">
<button class="btn btn-danger" data-bind="click: $root.deleteSurvey, clickBubble: false" title="Delete Survey">
<i class="icon-remove-sign"></i>
</button>
</td>
Expand Down

0 comments on commit 95465e9

Please sign in to comment.