File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 < div class ="grid-row ">
2121 < div class ="grid-col-6 grid-col-start-large-3 ">
2222 < h1 class ="p-heading--display "> The Source</ h1 >
23- < ul class ="p-inline-list--middot " >
24- < span class ="p-heading--5 " style ="display: inline; "> Stay informed:  </ span >
23+ < span class ="p-heading--5 " > Stay informed:  </ span >
24+ < ul class ="p-inline-list--middot " style ="display: inline; ">
2525 < li class ="p-inline-list__item ">
2626 < a href ="/blog/latest-news "> Press center</ a >
2727 </ li >
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ def test_blog_latest_news_uses_page_query_param(
196196 self .assertEqual (response .status_code , 200 )
197197 mock_get_index .assert_called_once_with (page = 3 )
198198 mock_render_template .assert_called_once_with ("blog/latest-news.html" )
199+
199200 def test_ubuntu_pro_description (self ):
200201 """
201202 When given the /legal/ubuntu-pro-description URL,
You can’t perform that action at this time.
0 commit comments