mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
fix site page bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user