Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Jan 20, 2025
1 parent 22c55ea commit 04c8d6f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
9 changes: 0 additions & 9 deletions src/NoTimeToWaitBundle/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ public function indexAction()
return ['noAds' => true];
}

/**
* @Route("/NoTimeToWait1", name="notimetowait_1")
* @Template()
*/
public function nttw1Action()
{
return ['noAds' => true];
}

/**
* @Route("/NoTimeToWait2", name="notimetowait_2")
* @Template()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
<a href="{{ path('notimetowait_3') }}">No Time To Wait 3 (2018, London)</a>
<br>
<a href="{{ path('notimetowait_2') }}">No Time To Wait 2 (2017, Vienna)</a>
<br>
<a href="{{ path('notimetowait_1') }}">No Time To Wait 1 (2016, Berlin)</a>
</p>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

<p>The event will also present on the current state of the IETF’s <a href="https://datatracker.ietf.org/wg/cellar/charter/">CELLAR</a> working group’s progress to develop specifications for Matroska and FFV1 as well as efforts to design and extend software in support of these formats. This event provides an opportunity for format inventors, developers, specification authors, and archivists to collaborate and advance audiovisual preservation formats.</p>

<p>Information about the 2016 No Time to Wait may be viewed <a href="{{ path('notimetowait_1') }}">here</a></p>

<h2>When</h2>
<p>Thursday, November 9, 2017 and Friday, November 10, 2017</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ public function urlProvider()
{
return [
['/NoTimeToWait'],
['/NoTimeToWait1'],
['/NoTimeToWait2'],
['/NoTimeToWait3'],
['/QCWorkshop2018'],
['/NoTimeToWait4'],
['/NoTimeToWait5'],
['/NoTimeToWait6'],
['/NoTimeToWait7'],
['/NoTimeToWait8'],
['/NoTimeToWait9'],
];
}
}

0 comments on commit 04c8d6f

Please sign in to comment.