|
|
@ -37,6 +37,7 @@ |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="card-body"> |
|
|
|
<div class="card-body"> |
|
|
|
|
|
|
|
<%= if Enum.count(@transactions) > 0 do %> |
|
|
|
<div class="dropdown u-float-right u-push-sm"> |
|
|
|
<div class="dropdown u-float-right u-push-sm"> |
|
|
|
<button data-test="filter_dropdown" class="button button--secondary button--xsmall dropdown-toggle" type="button" |
|
|
|
<button data-test="filter_dropdown" class="button button--secondary button--xsmall dropdown-toggle" type="button" |
|
|
|
id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
|
|
|
id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
|
|
@ -132,6 +133,9 @@ |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
</tbody> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
|
|
|
|
<% else %> |
|
|
|
|
|
|
|
<p><%= gettext "There are no Transactions" %></p> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<%= if @next_page_params do %> |
|
|
|
<%= if @next_page_params do %> |
|
|
|