mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-01 15:31:20 +02:00
Better HTML validity
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="lutim-file"><%=l 'upload_image' %></label>
|
||||
<input type="file" name="file" id="lutim-file" required></input>
|
||||
<input type="file" name="file" id="lutim-file" required>
|
||||
<p class="help-block"><%=l 'image-only' %></p>
|
||||
</div>
|
||||
<%= submit_button l('go'), class => 'btn btn-default btn-primary', id => 'submitbutton' %>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
% }
|
||||
<div>
|
||||
<div class="pull-left hidden-xs">
|
||||
<img src="<%= url_for('/') %>img/LUTIm_small.png">
|
||||
<img src="<%= url_for('/') %>img/LUTIm_small.png" alt="LUTIm logo">
|
||||
</div>
|
||||
<h1>Let's Upload That Image!</h1>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user