cleanup TODO lines
This commit is contained in:
parent
7a74668c8d
commit
59f84cfe20
2 changed files with 9 additions and 17 deletions
|
@ -1,10 +1,12 @@
|
|||
<%#
|
||||
# @file
|
||||
# Shows a list of all maps, or just a user's maps.
|
||||
# TODO: What url is this accessible at?
|
||||
#%>
|
||||
|
||||
|
||||
<% #
|
||||
# @file
|
||||
# Shows a list of all maps, or just a user's maps.
|
||||
# GET /explore/active(.:format)
|
||||
# GET /explore/featured(.:format)
|
||||
# GET /explore/mine(.:format)
|
||||
# GET /explore/mapper/:id(.:format)
|
||||
# GET /maps(.:format)
|
||||
# %>
|
||||
|
||||
<script>
|
||||
<% if @request == "you" %>
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<%#
|
||||
# @file
|
||||
# Partial for rendered a new synapse form
|
||||
# TODO: Is this used? Where?
|
||||
#%>
|
||||
<div class="anypage">
|
||||
<%= form_for Synapse.new, url: synapses_url, remote: true do |form| %>
|
||||
<%= form.text_field :desc, :placeholder => "describe the connection..." %>
|
||||
<% end %>
|
||||
</div>
|
Loading…
Reference in a new issue