Skip to content

Commit 2ccf799

Browse files
committed
[smarcet] - #14011
* ui tweaks
1 parent 02eeef6 commit 2ccf799

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

gettext/pot/survey_ui.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ msgstr ""
503503
#: survey_builder/templates/Layout/UserSurveyPage_ThankYou.ss:6
504504
msgid ""
505505
"Thank you for your submission. The OpenStack User Survey is open all year. As your "
506-
"cloud grows, visit <a href=\"%1$s\">%1$s</a> to update your deployment profile or update your existing "
506+
"cloud grows, visit <a href=\"%1$s\">www.openstack.org/user-survey/</a> to update your deployment profile or update your existing "
507507
"survey."
508508
msgstr ""
509509

survey_builder/css/user-survey.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,8 @@ div.field.checkbox input {
11161116
.back-home-button, .back-home-button:visited
11171117
{
11181118
color: white;
1119+
margin-top: 30px;
1120+
margin-bottom: 70px;
11191121
}
11201122

11211123
.container-thx-u-end{

survey_builder/templates/Layout/UserSurveyPage_ThankYou.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="col-md-12 col-lg-12">
55
<p class="thx-u-end-txt">
66
$_T("survey_ui", "Thank you for your submission. The OpenStack User Survey is open all year. As your
7-
cloud grows, visit <a href=\"%1$s\">%1$s</a> to update your deployment profile or update your existing
7+
cloud grows, visit <a href=\"%1$s\">www.openstack.org/user-survey/</a> to update your deployment profile or update your existing
88
survey.", $Link)
99
</p>
1010
<p class="thx-u-end-txt">

0 commit comments

Comments
 (0)