Skip to content

Commit

Permalink
Fixes #29021 - Add titles to welcome pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Prazak authored and ekohl committed Feb 18, 2020
1 parent e058997 commit 9af49a6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/compute_resources/welcome.html.erb
@@ -1,3 +1,5 @@
<% title _("Compute Resources") %>

<div class="blank-slate-pf">
<div class="blank-slate-pf-icon">
<%= icon_text("cubes", "", :kind => "fa") %>
Expand Down
2 changes: 2 additions & 0 deletions app/views/domains/welcome.html.erb
@@ -1,3 +1,5 @@
<% title _("Domains") %>

<div class="blank-slate-pf">
<div class="blank-slate-pf-icon">
<%= icon_text("globe", "", :kind => "fa") %>
Expand Down
2 changes: 2 additions & 0 deletions app/views/operatingsystems/welcome.html.erb
@@ -1,3 +1,5 @@
<% title _("Operating Systems") %>

<div class="blank-slate-pf">
<div class="blank-slate-pf-icon">
<%= icon_text("lightbulb-o", "", :kind => "fa") %>
Expand Down
2 changes: 2 additions & 0 deletions app/views/subnets/welcome.html.erb
@@ -1,3 +1,5 @@
<% title _("Subnets") %>

<div class="blank-slate-pf">
<div class="blank-slate-pf-icon">
<%= icon_text("globe", "", :kind => "fa") %>
Expand Down
2 changes: 2 additions & 0 deletions app/views/usergroups/welcome.html.erb
@@ -1,3 +1,5 @@
<% title _("User Groups") %>

<div class="blank-slate-pf">
<div class="blank-slate-pf-icon">
<%= icon_text("project", "", :kind => "pficon") %>
Expand Down

0 comments on commit 9af49a6

Please sign in to comment.