Change order of ULB and Greek text

This commit is contained in:
Leonard Smith 2020-12-18 08:51:46 -06:00
parent 6f57653233
commit e85acca1e6
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<tr {{on "click" (fn this.select @model)}} class="{{this.selected}}" ...attributes>
<td>{{@model.greek}}</td>
<td>{{@model.ulb}}</td>
<td>{{@model.greek}}</td>
<td>{{@model.morph}}</td>
</tr>

View File

@ -1,8 +1,8 @@
<h4>Word Details</h4>
<table class="word-details" ...attributes>
<thead>
<th>Greek</th>
<th>ULB</th>
<th>Greek</th>
<th>Morphology</th>
</thead>
{{#each @model as |word|}}

View File

@ -15,10 +15,10 @@
</BsNav>
<div class="row">
<div class="col-12">
<h4>Greek</h4>
<p><Words::GreekText @model={{model.words}} /></p>
<h4>ULB</h4>
<p>{{model.ulbText}}</p>
<h4>Greek</h4>
<p><Words::GreekText @model={{model.words}} /></p>
</div>
</div>
<div class="row">