Skip to content

Commit

Permalink
Add a lemma input form to morphFormCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed May 29, 2014
1 parent 2829c36 commit 9da3911
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/templates/morph_form_create.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<div class="small-12 columns">
<div class="small-2 columns">
<label class="inline">Lemma</label>
</div>
<div class="small-10 columns">
<input type="text" ng-model="form.lemma"></input>
</div>
</div>

<div class="row" ng-repeat="attr in visibleAttributes">
<div class="small-3 columns">
<label class="right">{{ plugin.longAttributeName(attr) }}</label>
Expand Down

0 comments on commit 9da3911

Please sign in to comment.