Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCheck
design
Commits
a3bfa2ad
Commit
a3bfa2ad
authored
Jul 06, 2021
by
Yujin Seo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#42180 作業一覧対応
・onclick->href
parent
c54a61ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/index.html
+3
-3
No files found.
app/index.html
View file @
a3bfa2ad
...
...
@@ -142,11 +142,11 @@
<i
class=
"fas fa-home fs-14 p-1"
></i>
<div
class=
"fs-7"
>
ホーム
</div>
</a>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
onclick=
"
CHK_L.sendAppCommand('goRelationContent');"
>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
href=
"javascript:
CHK_L.sendAppCommand('goRelationContent');"
>
<i
class=
"fas fa-folder fs-14 p-1"
></i>
<div
class=
"fs-7"
>
関連資料
</div>
</a>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
onclick=
"
CHK_L.sendAppCommand('goCommunication');"
>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
href=
"javascript:
CHK_L.sendAppCommand('goCommunication');"
>
<i
class=
"fas fa-comment-dots fs-14 p-1"
></i>
<div
class=
"fs-7"
>
コミュ
<span
class=
"d-none d-sm-inline"
>
ニケーション
</span></div>
</a>
...
...
@@ -154,7 +154,7 @@
<i
class=
"fas fa-clipboard-list fs-14 p-1"
></i>
<div
class=
"fs-7"
>
帳票確認
</div>
</a>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
onclick=
"
CHK_L.sendAppCommand('goSetting');"
>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
href=
"javascript:
CHK_L.sendAppCommand('goSetting');"
>
<i
class=
"fas fa-cog fs-14 p-1"
></i>
<div
class=
"fs-7"
>
設定
</div>
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment