Skip to content

Commit

Permalink
Merge pull request #192 from ministryofjustice/table-captions
Browse files Browse the repository at this point in the history
add captions to tables
  • Loading branch information
axemonkey authored Jun 16, 2016
2 parents 822e8be + a02b4d3 commit e8b4526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/questions/forms/_income.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ legend.visuallyhidden = t('text', scope: @form.i18n_scope)

.form-group
table.income
caption.visuallyhidden
| Please enter details of your 
-if married?
| and your partner's 
| monthly income
thead
tr
td  
Expand Down
1 change: 1 addition & 0 deletions app/views/summaries/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ h1.heading-large
=t('title', scope: 'summary.labels')

table
caption.visuallyhidden Please check the details of your application for help with fees
tbody
tr
td =t('form_name', scope: 'summary.labels')
Expand Down

0 comments on commit e8b4526

Please sign in to comment.