Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
Diskominfo-D'Blood
Mantan Aab-D Blood
Commits
7c287dbd
Commit
7c287dbd
authored
Jul 21, 2020
by
Giovan Isa Musthofa
Browse files
Merge branch 'staging' into 'master'
Final fix See merge request
!127
parents
ac2da493
1aa89a72
Pipeline
#50826
failed with stages
in 26 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/pages/article.css
View file @
7c287dbd
...
...
@@ -59,11 +59,11 @@
word-wrap
:
break-word
;
}
a
:hover
{
.article-link
:hover
{
text-decoration
:
none
;
font-weight
:
bold
;
color
:
var
(
--red
)
;
}
a
:focus
{
.article-link
:focus
{
text-decoration
:
none
;
font-weight
:
bold
;
color
:
var
(
--red
)
;
}
frontend/src/pages/article.js
View file @
7c287dbd
...
...
@@ -77,7 +77,11 @@ const Content = props => {
<
ErrorRetry
retry
=
{
refetchList
}
/
>
)
:
(
dataList
.
data
.
results
.
slice
(
0
,
3
).
map
(
newArticle
=>
(
<
Link
to
=
{
"
/article/
"
+
newArticle
.
id
}
key
=
{
newArticle
.
id
}
>
<
Link
className
=
"
article-link
"
to
=
{
"
/article/
"
+
newArticle
.
id
}
key
=
{
newArticle
.
id
}
>
<
Row
className
=
"
my-3 d-flex flex-column align-items-center
"
>
<
div
className
=
"
col-sm-12
"
>
<
div
>
...
...
Write
Preview
Supports
Markdown
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