Browse Source

Merge pull request '调整个人建站模板类型的筛选' (#278) from KingChan/forgeplus:chenjing into standalone_develop

pull/347/head
KingChan 2 years ago
parent
commit
91cb0ea036
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/page_themes/index.html.erb

+ 1
- 1
app/views/admins/page_themes/index.html.erb View File

@@ -6,7 +6,7 @@
<%= form_tag(admins_page_themes_path, method: :get, class: 'form-inline search-form flex-1', remote: true) do %>
<div class="form-group mr-2">
<label for="language_frame">建站工具:</label>
<% state_options = [['全部',nil], ['hugo', 0], ['jeklly', 1],['hexo',2]] %>
<% state_options = [['全部',nil], ['hugo', 0], ['jeklly', 1],['hexo',2],['static_file',3]] %>
<%= select_tag(:language_frame, options_for_select(state_options), class: 'form-control') %>
</div>
<%= submit_tag('搜索', class: 'btn btn-primary ml-3', 'data-disable-with': '搜索中...') %>


Loading…
Cancel
Save