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
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
c0ddb6b2
Commit
c0ddb6b2
authored
9 years ago
by
Matheus Agio Nerone
Browse files
Options
Downloads
Patches
Plain Diff
improving layout
Signed-off-by:
man13
<
man13@inf.ufpr.br
>
parent
1bfc59c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+7
-6
7 additions, 6 deletions
app/views/learning_objects/build/_file_upload_form.html.erb
with
7 additions
and
6 deletions
app/views/learning_objects/build/_file_upload_form.html.erb
+
7
−
6
View file @
c0ddb6b2
...
...
@@ -19,15 +19,16 @@
<div
id=
"selectFiles"
>
Selecione arquivos para enviar ou
</div>
<p>
Arraste e solte os arquivos de seu computador aqui.
</p>
</div>
<div
class=
"large-12 columns"
>
<%=
link_to
@learning_object
do
%>
<button
class=
"btn btn-primary"
id=
"nextStep"
><i
class=
"fa fa-eye fa-1g"
></i>
&
nbspVisualizar objeto
</button>
<%
end
%>
<button
class=
"btn btn-success"
id=
"uploadFiles"
><i
class=
"fa fa-book fa-1g"
></i>
&
nbspPublicar conteúdo
</button>
</div>
<br>
<div
id=
"results"
class=
"panel"
></div>
</div>
<div
class=
"large-12 columns"
>
<button
class=
"danger small"
id=
"uploadFiles"
>
Publicar conteúdo
</button>
<%=
link_to
@learning_object
do
%>
<button
class=
"inverse small"
id=
"nextStep"
>
Visualizar objeto
</button>
<%
end
%>
</div>
</div>
<style>
...
...
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