<%= I18n.t("site.system_preference_.summary.disk_space") %>:
<%= content_tag :p,@site.disk_space.gsub(/\n/,"
").html_safe if @site.disk_space %>
<%= I18n.t("site.system_preference_.summary.code_update_at") %>:
<% @site.system_package_info.each do |index,value| %>
<%= index.titleize %> <%= I18n.t("site.system_preference_.summary.version") %>:
<%= content_tag :p,value %>
<% end %>
<%= I18n.t("site.system_preference_.summary.weekness_report") %>:<%= '' %>
<% if @git_commit_list_file %>
<% @git_commit_list_file.lines do |line|%>
<%= line %>
<% end%>
<% else %>
<%= I18n.t("site.system_preference_.summary.no_data") %>
<% end %>
<%if @db_backup_list_file %>
<% @db_backup_list_file.lines do |line|%>
<%=line %>
<% end %>
<% else %>
<%= I18n.t("site.system_preference_.summary.no_data") %>
<% end %>
<%if @db_backup_list_file %>
<% @resque_logs_file.lines do |line|%>
<%=line %>
<% end if @resque_logs_file%>
<%else %>
<%= I18n.t("site.system_preference_.summary.no_data") %>
<% end %>