Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
ipmworks-web
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
ipmworks
ipmworks-web
Commits
a323322d
Commit
a323322d
authored
Aug 22, 2021
by
Danijela Boberic Krsticev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integracija sa backendom - in progress
parent
06827be2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/app/component/resource/resource.component.html
+6
-6
No files found.
src/app/component/resource/resource.component.html
View file @
a323322d
...
...
@@ -56,16 +56,16 @@
</p-panel>
<p-panel
class=
"p-col-6"
header=
"Find out more"
>
<div
*
ngFor=
"let link of resource.links"
>
<a
href=
"{{link}}"
>
{{link}}
</a>
</div>
<div
class=
"p-mt-2"
*
ngFor=
"let file of resource.fileNames"
>
<div
*
ngFor=
"let file of resource.fileNames"
>
<i
class=
"pi pi-file p-mr-2"
style=
"font-size: 2rem"
></i>
<button
pButton
type=
"button"
label=
"{{file}}"
class=
"p-button-link button-link"
(
click
)="
downloadFile
(
file
)"
></button>
</div>
<div
class=
"p-mt-2"
*
ngFor=
"let link of resource.links"
>
<i
class=
"pi pi-link p-mr-2"
style=
"font-size: 2rem"
></i>
<a
href=
"{{link}}"
>
{{link}}
</a>
</div>
</p-panel>
<div
class=
"p-col-12 p-pt-3 button-center"
>
<p-button
label=
"Back to search"
icon=
"pi pi-search"
routerLink=
"/home"
[
loading
]="
false
"
></p-button>
</div>
...
...
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