Commit e650444

mo <mo.khan@gmail.com>
2017-08-30 03:16:59
barbell row.
1 parent 9e579fc
Changed files (2)
app
assets
javascripts
views
app/assets/javascripts/views/programs/texas_method.js.coffee
@@ -14,7 +14,7 @@ Vue.component "volume-day",
     overhead_press: ->
       @rounded(@personal_records.overhead_press * 0.9)
     barbell_row: ->
-      0
+      @rounded(@personal_records.barbell_row * 0.9)
 
 Vue.component "recovery-day",
   props: ['personal_records']
app/views/programs/texas_method.html.erb
@@ -68,7 +68,7 @@
             </tr>
             <tr>
               <td><strong>Barbell Row</strong> (5x3 or 6x2)</td>
-              <td>{{barbell_row}}</td>
+              <td>{{barbell_row}}lbs</td>
             </tr>
           </tbody>
         </table>