Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Entwicklungsportal - ARCHIVED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FIT-Connect
Entwicklungsportal - ARCHIVED
Commits
40f4c22b
Commit
40f4c22b
authored
1 year ago
by
Jürgen Voskuhl
Browse files
Options
Downloads
Patches
Plain Diff
Mark it-standard pages with specific class
parent
68641d03
No related branches found
Branches containing commit
No related tags found
1 merge request
!86
planning#1203: Standards
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/standards/[serviceName].tsx
+1
-1
1 addition, 1 deletion
pages/standards/[serviceName].tsx
pages/standards/index.tsx
+1
-1
1 addition, 1 deletion
pages/standards/index.tsx
with
2 additions
and
2 deletions
pages/standards/[serviceName].tsx
+
1
−
1
View file @
40f4c22b
...
@@ -13,7 +13,7 @@ const { getImgPath } = useImgPath()
...
@@ -13,7 +13,7 @@ const { getImgPath } = useImgPath()
export
default
function
({
contentString
})
{
export
default
function
({
contentString
})
{
const
content
:
ServiceContent
=
JSON
.
parse
(
contentString
)
const
content
:
ServiceContent
=
JSON
.
parse
(
contentString
)
return
(
return
(
<
div
className
=
{
'
mx-auto max-w-screen-xl
'
}
>
<
div
className
=
{
'
mx-auto max-w-screen-xl
it-standard
'
}
>
<
nav
className
=
"relative max-w-7xl flex"
>
<
nav
className
=
"relative max-w-7xl flex"
>
<
div
className
=
"flex items-center flex-1"
>
<
div
className
=
"flex items-center flex-1"
>
<
div
className
=
"flex items-center justify-between w-full md:w-auto"
>
<
div
className
=
"flex items-center justify-between w-full md:w-auto"
>
...
...
This diff is collapsed.
Click to expand it.
pages/standards/index.tsx
+
1
−
1
View file @
40f4c22b
...
@@ -42,7 +42,7 @@ export default function ({ contentsString }) {
...
@@ -42,7 +42,7 @@ export default function ({ contentsString }) {
return
tags
.
length
>
0
return
tags
.
length
>
0
}
}
return
(
return
(
<
div
className
=
'container'
>
<
div
className
=
'container
it-standards
'
>
<
nav
className
=
"relative max-w-7xl mx-auto flex items-center justify-between px-3 sm:px-6 "
>
<
nav
className
=
"relative max-w-7xl mx-auto flex items-center justify-between px-3 sm:px-6 "
>
<
div
className
=
"flex items-center flex-1"
>
<
div
className
=
"flex items-center flex-1"
>
<
div
className
=
"flex items-center justify-between w-full md:w-auto"
>
<
div
className
=
"flex items-center justify-between w-full md:w-auto"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment