Skip to content
Snippets Groups Projects
Commit 96d9fc5f authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

improving form layout


Signed-off-by: default avatarman13 <man13@inf.ufpr.br>
parent 67d01460
No related branches found
No related tags found
No related merge requests found
<%= form_tag upload_link_create_learning_object_path do %> <%= form_tag upload_link_create_learning_object_path do %>
<p>Envie seu Link Externo</p> <fieldset>
<%= label_tag "url" %> <legend>Informe seu Link Externo</legend>
<%= text_field_tag "url" %> <%= label_tag "URL", "URL" %>
<br> <%= text_field_tag "URL", "",class: 'form-control'%>
<%= submit_tag "Salvar" %> <br>
<% end %> <%= submit_tag "Salvar", class: 'btn btn-primary' %>
\ No newline at end of file </fieldset>
<% end %><br>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment