fix site page bug

This commit is contained in:
呱呱呱
2023-08-17 16:50:49 +08:00
parent f7e1487c10
commit cc6f85939c
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
<%= overflow_hidden_span site_page.project.name, width: 100 %>
<% end %>
</td>
<td><%= display_text(site_page.state == true ? "正常" : "关闭") %></td>
<td><%= display_text(site_page.state == true ? "正常" : "关闭") %></td>
<td><%= display_text(site_page.site_name) %></td>
<td><%= display_text(site_page.identifier) %></td>
<td><%= link_to "#{site_page.url}", site_page.url, target: '_blank'%></td>