projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e46c7c
)
Replace <h5> used to set the font size with Bootstrap class h5
author
Anton Khorev
<tony29@yandex.ru>
Mon, 19 Sep 2022 05:20:01 +0000
(08:20 +0300)
committer
Anton Khorev
<tony29@yandex.ru>
Mon, 19 Sep 2022 05:20:01 +0000
(08:20 +0300)
app/views/site/about.html.erb
patch
|
blob
|
history
diff --git
a/app/views/site/about.html.erb
b/app/views/site/about.html.erb
index b4b21a567f177b28b5c091fef39ace932776bc50..151be7ccf1c2874d964435a737cf2babf9048af2 100644
(file)
--- a/
app/views/site/about.html.erb
+++ b/
app/views/site/about.html.erb
@@
-3,7
+3,7
@@
<div class='row'>
<div class='col-sm-7 user-image'></div>
<div class='col-sm-5 px-5 py-3 byosm'>
- <
h5 class='text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></h5
>
+ <
p class='h5 text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></p
>
</div>
</div>
<div class='row'>