mirror of
https://github.com/Karaka-Management/oms-IncomeStatement.git
synced 2026-01-11 11:48:41 +00:00
bug fixes
This commit is contained in:
parent
c529328221
commit
81353aa0bc
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
|
|
@ -9,5 +9,5 @@ jobs:
|
|||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.'
|
||||
issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
|
||||
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ echo $this->data['nav']->render();
|
|||
|
||||
<div class="row">
|
||||
<div class="box more-container">
|
||||
<label for="more-settings">
|
||||
<label class="more" for="more-settings">
|
||||
<span><?= $this->getHtml('Settings'); ?></span>
|
||||
<i class="g-icon expand">chevron_right</i>
|
||||
</label>
|
||||
|
|
@ -212,8 +212,8 @@ echo $this->data['nav']->render();
|
|||
</div>
|
||||
|
||||
<div class="wf-100 more-container flex">
|
||||
<input id="more-settings" type="checkbox" name="more-container">
|
||||
<div class="row">
|
||||
<input class="more" id="more-settings" type="checkbox" name="more-container">
|
||||
<div class="row more">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="box">
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user