- <%= t("private_view") %>
- <%= t("public_view") %>
- <%= t("channel_settings") %>
- <%= t("api_keys") %>
- <%= t("data_import") %>
<%= render :partial => "private_show" %>
<%= render :partial => "public_show" %>
<%= render :partial => "edit" %>
<%= render :partial => "api_keys/index" %>
<%= render :partial => "import" %>