<%= csrf_meta_tags %> <%= csp_meta_tag %> <% if @user %> <%= tag("meta", property: "og:title", content: @app_title + " | TuxWeb") %> <%= tag("meta", property: "og:url", content: user_url(id: @user.id)) %> <%= tag("meta", property: "og:description", content: raw(@user.os)) %> <%= tag("meta", property: "og:image", content: url_exist?(@user.useravatar) ? @user.useravatar : image_url("default.png")) %> <% else %> <% end %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
<%= yield %>