Add some styling classes in the table
This commit is contained in:
parent
5793b71ae6
commit
e26da7dfa5
@ -5,7 +5,11 @@
|
||||
<p>
|
||||
<%= link_to 'Google spreadsheet', @form.spreadsheet_url %>
|
||||
</p>
|
||||
<table>
|
||||
<div class="section">
|
||||
<div class="columns">
|
||||
<div class="column is-half is-offset-one-quarter">
|
||||
|
||||
<table class="table is-fullwidth">
|
||||
<thead>
|
||||
<tr>
|
||||
<% @form.spreadsheet_headers.each do |value| %>
|
||||
@ -23,3 +27,6 @@
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user