mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Added edit icon to Edit Site button, 'start building' text
This commit is contained in:
parent
df5d6a81e7
commit
8960df487d
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
<div class="col col-32">
|
||||
<h3>Your Website</h3>
|
||||
<a href="/dashboard" class="btn-Action edit">Edit Site</a>
|
||||
<a href="/dashboard" class="btn-Action edit"><i class="fa fa-edit" title="Edit"></i>Edit Site</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -95,7 +95,7 @@
|
|||
<% if site.updated_at %>
|
||||
Last updated<br><strong><%= site.updated_at.ago %></strong>
|
||||
<% else %>
|
||||
Your new site!<br><strong><a href="/dashboard">Start Building</a></strong>
|
||||
Your new website!<br><strong><a href="/dashboard"><i class="fa fa-edit" title="Edit"></i> Start Building</a></strong>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="col col-50">
|
||||
|
|
Loading…
Add table
Reference in a new issue