<%= link_to "user", users_path %>
<% if Fetsite::Application.config.facebookconfig_enabled %><%= link_to "Grant extra FB privileges", user_omniauth_authorize_path(:facebook,:params=>{scope:"manage_pages,publish_actions,email"}), :confirm=>"Wirklich?" %>
<%= @fbu.to_yaml.to_s %> <%= semantic_form_for :set_page, url: fb_set_default_publish_page_user_path(current_user), html:{method: :get} do |f| %> <%= f.input :page , :input_html => { :name => 'page' }%> <%= f.action :submit, :as => :button, :label=> I18n.t("common.save" ) %> <% end %> <% end %>