title fixed

This commit is contained in:
Harry Bomrah 2014-12-02 21:15:21 +08:00
parent 40e007de85
commit 2967ee8c9f
2 changed files with 4 additions and 17 deletions

View File

@ -6,11 +6,13 @@ class Admin::RegisterApiController < ApplicationController
response["success"] = false
domain = params[:site_domain]
email = params[:admin_email]
title = params[:site_title]
site = RegisteredSite.where(:site_domain => domain).first rescue nil
if site.nil?
site = RegisteredSite.new
site.site_domain = domain
site.admin_email = email
site.title_translations = title
site.generate_confirmation_token
site.save
response["success"] = true
@ -70,12 +72,6 @@ class Admin::RegisterApiController < ApplicationController
request = Net::HTTP::Post.new("/store/confirmation")
request.body = params_to_send.to_query
response = http.request(request)
# data = JSON.parse(response.body)
# if data["success"] == true
# return true
# else
# return false
# end
end
def confirm_email
@ -92,13 +88,4 @@ class Admin::RegisterApiController < ApplicationController
end
end
end
# if
# response["success"] = true
# # send_confirmation_email(site.admin_email, site.confirmation_token, site.site_token)
# else
# response["message"] = "Invalid site token."
# response["error"] = "INVALID_SITE_TOKEN"
# end
end

View File

@ -32,7 +32,7 @@
<span class="badge badge-success"><%= t("registered_sites.site_active") %></span><br />
<% end %>
</td>
<td><%= site.category.nil? ? "Category not assigned" : "<span class='label label-info'>#{site.category.title}</span>".html_safe %></td>
<td><%= site.category.nil? ? "Category not assigned." : "<span class='label label-info'>#{site.category.title}</span>".html_safe %></td>
<td>
<% site.tags.each do |tag| %>
<span class="label">