Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
changed a label in rent menu-card
Browse files Browse the repository at this point in the history
  • Loading branch information
Camel Aissani committed Dec 31, 2016
1 parent 6802bb9 commit deee07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/views/rent/rightmenu.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</div>

<div class="hidden-xs">
<h4><%= t('Period') %> <span class="rent-period"></span></h4>
<h4 class="rent-period"></h4>
<button type="button" class="btn btn-default btn-block user-action cancel-selection" role="button"><i class="fa fa-reply"></i> <%= t('Cancel selection') %></button>
<button type="button" data-id="list-action-pay-rent" class="btn btn-default btn-block user-action only-mono-selection" role="button"><i class="fa fa-credit-card"></i> <%= t('Payment') %></button>
<button type="button" data-id="list-action-rents-history" class="btn btn-default btn-block user-action only-mono-selection" role="button"><i class="fa fa-history"></i> <%= t('Timeline rents') %></button>
Expand Down Expand Up @@ -118,7 +118,7 @@
</div>
</div>
<div class="hidden-xs">
<h4><%= t('Period') %> <span class="rent-period"></span></h4>
<h4 class="rent-period"></h4>
<button type="button" class="btn btn-default btn-block user-action cancel-form" role="button"><i class="fa fa-reply"></i> <%= t('Cancel') %></button>
<h4 class="title-card list-selection-menu-label"></h4>
<div class="list-selected-elements fixed list-group"></div>
Expand Down

0 comments on commit deee07c

Please sign in to comment.