Skip to content

Commit

Permalink
Trigger GTFS update from admin panel #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Conway committed Sep 17, 2012
1 parent 4d71ad6 commit 9dd2351
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/Admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ <h2>Other tasks</h2>
<li><a href="chooseAgency?redirectTo=editRealtimeFeeds%3Fagency.id%3D">Configure real time updates</a></li>
<li><a href="removeUnreferencedStoredFeeds">Remove unreferenced stored feeds</a></li>
<li><a href="/admin/mapfeeds.html">Map feeds to agencies</a></li>
<li><a href="../mapper/fetchGtfs">Fetch new GTFS</a></li>
<li>
<form action="splitMetroInteractively" method="GET">
Split metro <input type="text" name="metroId" placeholder="metro area ID" /> into
<input type="text" name="splits" placeholder="number" /> parts.
<input type="submit" class="btn btn-link" value="Go!"/>
</form>
</li>
</li>
<li>
<form action="../mapper/createDeploymentPlan" method="GET">
Create deployment plan for <input type="text" name="metroArea.id" placeholder="metro area id">
Expand All @@ -50,6 +51,7 @@ <h2>Other tasks</h2>
<input type="text" name="send" placeholder="URL" />
<input type="submit" class="btn" value="Go!" />
</form>
</li>
</ul>


Expand Down

0 comments on commit 9dd2351

Please sign in to comment.