Redesign the table
This commit is contained in:
parent
5ce78138d2
commit
d3f6ff9ce3
@ -1,3 +1,4 @@
|
||||
<div class="section">
|
||||
<div class="container">
|
||||
<div class="content is-paddingless">
|
||||
<h1 class="is-family-secondary"><%= @form.title %></h1>
|
||||
@ -14,12 +15,12 @@
|
||||
</div>
|
||||
<div class="column">
|
||||
<p>
|
||||
<button class="button">
|
||||
<button class="button is-success">
|
||||
<span class="icon is-small">
|
||||
<i class="fas fa-file-excel"></i>
|
||||
</span>
|
||||
</button>
|
||||
<%= link_to 'Google spreadsheet', @form.spreadsheet_url %>
|
||||
<%= link_to 'Google spreadsheet', @form.spreadsheet_url, { :class => "has-text-dark"} %>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -46,3 +47,4 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user