Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplytest
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
simplytest
Merge requests
!108
Issue
#3236512
: Buttons on the bottom of the page all link to
https://simplytest.me/#
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3236512
: Buttons on the bottom of the page all link to
https://simplytest.me/#
issue/simplytest-3236512:3236512-buttons-on-the
into
8.x-4.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
John Picozzi
requested to merge
issue/simplytest-3236512:3236512-buttons-on-the
into
8.x-4.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-4.x
version 1
22ea688c
3 years ago
8.x-4.x (base)
and
latest version
latest version
ca40939f
1 commit,
3 years ago
version 1
22ea688c
1 commit,
3 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
themes/simplytest_theme/templates/layout/page.html.twig
+
3
−
3
Options
@@ -77,21 +77,21 @@
<p
class=
"mb-2"
>
Please report any problems that you run into while using the service on drupal.org. Also general feedback or support requests are welcome.
</p>
<div
class=
"cta-link"
><a
class=
"btn hover:bg-red-700"
href=
"
#
"
>
Report a problem
</a></div>
<div
class=
"cta-link"
><a
class=
"btn hover:bg-red-700"
href=
"
https://www.drupal.org/project/issues/simplytest?categories=All
"
>
Report a problem
</a></div>
</div>
<div>
<h2
class=
"block__title text-title-blue mb-5 flex items-end text-xl font-bold mb-2"
>
Future Of Simplytest.Me
</h2>
<p
class=
"mb-2"
>
Join the conversation about the future of this service on drupal.org
</p>
<div
class=
"cta-link"
><a
class=
"btn hover:bg-red-700"
href=
"
#
"
>
Join the conversation
</a></div>
<div
class=
"cta-link"
><a
class=
"btn hover:bg-red-700"
href=
"
https://www.drupal.org/join-slack
"
>
Join the conversation
</a></div>
</div>
<div>
<h2
class=
"block__title text-title-blue mb-5 flex items-end text-xl font-bold mb-2"
>
Spread The Word
</h2>
<p
class=
"mb-2"
>
If you like the service please consider spreading the word and following me on twitter for updates about the project.
</p>
<div
class=
"cta-link social-link"
><a
class=
"btn "
href=
"
#
"
>
Follow
</a></div>
<div
class=
"cta-link social-link"
><a
class=
"btn "
href=
"
https://twitter.com/simplytestme
"
>
Follow
</a></div>
</div>
</section>
</div>
Loading