Skip to content

Commit

Permalink
Add missing templates/code.template
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Jul 30, 2023
1 parent 29f3f35 commit 2a40e96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/code.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<div id="program-pane-$id" class="welleditor" style="background:#fff; position:relative">

<!-- Verify Source -->
<button class="btn btn-xs btn-link actbutton" type="button" style="z-index:1"
ng-show="isUnknown" ng-click="verifySource()">
<span class="glyphicon glyphicon-play"></span>
</button>

<div id="program-$id" class="programbox">$code</div>
</div>

0 comments on commit 2a40e96

Please sign in to comment.