Add title to Onboard and Terms And Privacy

This commit is contained in:
Eric Schultz 2018-06-07 11:20:32 -05:00
parent dade3a02a3
commit 56555f78e7
4 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<html lang="<%= I18n.locale %>">
<head>
<title><%= "#{yield(:title)} - #{Settings.general.name}" %></title>
<%= IncludeAsset.js '/client/js/i18n.js' %>
<script>
@ -16,6 +16,7 @@
<%= render 'layouts/stylesheets' %>
<%= IncludeAsset.css '/client/css/global/page.css' %>
<%= IncludeAsset.css '/client/css/bootstrap.css' %>
<style>
body {padding-left: 0}
</style>

View file

@ -1,8 +1,9 @@
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<!doctype html>
<html>
<html lang="<%= I18n.locale %>">
<head>
<title><%= "#{yield(:title)} - #{Settings.general.name}" %></title>
<%= render 'layouts/stylesheets' %>
<%= IncludeAsset.css '/client/css/global/page.css' %>
<%= IncludeAsset.css '/client/css/bootstrap.css' %>

View file

@ -1,3 +1,4 @@
<% content_for :title, t("registration.get_started.header") %>
<% content_for :javascripts do %>
<%= IncludeAsset.js 'app/registration_pagex.js' %>
<% end %>

View file

@ -1,4 +1,5 @@
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<% content_for :title, "Terms and Privacy" %>
<div class="container"><h1>Terms and Privacy</h1>
<% if Settings.terms_and_privacy&.terms_url %>