mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
no tag editing on home screen, only on profile
This commit is contained in:
parent
0b14ff9d68
commit
a37e908b5e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<a class="tag" href="/browse?tag=<%== Rack::Utils.escape tag.name %>"><%= tag.name %></a>
|
||||
<% end %>
|
||||
|
||||
<% if is_current_site %>
|
||||
<% if is_current_site && request.path != '/' %>
|
||||
<div class="clear">
|
||||
<% if is_current_site && current_site.tags_dataset.count < Site::MAXIMUM_TAGS %>
|
||||
<a href="#addTag" data-toggle="modal">Add</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue