This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container-fluid | |
.col-md-12.thumbnail | |
.page-header | |
h3.text-header Include Master Cut Variables | |
.col-md-6 | |
= form_tag include_variables_company_payrolls_path(company_id: current_user.company_id), method: :post do | |
.table-responsive | |
table.user-access.table.table-bordered | |
thead | |
tr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container-fluid | |
.col-md-12.thumbnail | |
.page-header | |
h3.text-header Company's Calendar | |
.calendar | |
#myModal.modal.fade | |
.modal-dialog | |
.modal-content | |
.modal-header | |
button.close aria-hidden="true" data-dismiss="modal" type="button" × |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html | |
head | |
title PdpIndonesia | |
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true | |
= javascript_include_tag 'application', 'data-turbolinks-track' => true | |
= javascript_include_tag "//www.google.com/jsapi", "chartkick" | |
= csrf_meta_tags | |
body | |
#wrapper |