Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cleaning-portalmec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Fernando Heise Ferreira
cleaning-portalmec
Commits
2d80f2d9
Commit
2d80f2d9
authored
9 years ago
by
Mauricio Giacomini Girardello
Browse files
Options
Downloads
Patches
Plain Diff
show existent attachments
parent
08881721
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/learning_objects/build/_file_upload_form.html.erb
+23
-0
23 additions, 0 deletions
app/views/learning_objects/build/_file_upload_form.html.erb
with
23 additions
and
0 deletions
app/views/learning_objects/build/_file_upload_form.html.erb
+
23
−
0
View file @
2d80f2d9
...
...
@@ -21,6 +21,17 @@
</div>
<br>
<div
id=
"existentsAttachments"
class=
"panel"
>
<%
@learning_object
.
attachments
.
each
do
|
attachment
|
%>
<dl>
<dt>
<%=
image_tag
attachment
.
thumbnail
.
url
(
:small
)
%>
</dt>
<dd>
<button
class=
"btn btn-primary"
><i
class=
"fa fa-star"
></i>
&
nbspDefinir como principal
</button>
<button
class=
"btn btn-danger"
><i
class=
"fa fa-trash"
></i>
&
nbspApagar
</button>
</dd>
</dl>
<%
end
%>
</div>
<div
id=
"results"
class=
"panel"
></div>
<div
class=
"large-12 columns"
>
...
...
@@ -45,6 +56,18 @@
#uploadThumbnail
{
display
:
none
;
}
#existentsAttachments
{
float
:
left
;
width
:
100%
;
}
#existentsAttachments
dl
{
float
:
left
;
width
:
100%
;
height
:
50px
;
}
#existentsAttachments
dl
dd
,
dt
{
float
:
left
;
}
#existentsAttachments
dl
dt
{
margin-right
:
10px
;
}
.drop-zone
>
#selectFiles
{
padding-top
:
10px
;
font-family
:
'Roboto-Ultra-Bold'
,
sans-serif
;
...
...
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