diff --git a/tracks/app/views/data/export.rhtml b/tracks/app/views/data/export.rhtml deleted file mode 100644 index 5bb147fa..00000000 --- a/tracks/app/views/data/export.rhtml +++ /dev/null @@ -1,37 +0,0 @@ -
You can choose between the following formats:
--
| Description | -Download link | -
|---|---|
| YAML file containing all your actions, contexts, projects, tags and notes | -<%= link_to "YAML file", :controller => 'data', :action => 'yaml_export' %> | -
| CSV file containing all of your actions, with named contexts and projects | -<%= link_to "CSV file (actions, contexts and projects)", :controller => 'data', :action => 'csv_actions' %> | -
| CSV file containing all your notes | -<%= link_to "CSV file (notes only)", :controller => 'data', :action => 'csv_notes' %> | -
| XML file containing all your actions, contexts, projects, tags and notes | -<%= link_to "XML file (actions only)", :controller => 'data', :action => 'xml_export' %> | -
You can choose between the following formats:
-You can export your data in a number of different forms. Note: you can only export/import your own data (i.e. the data available when you are logged in).
+You can choose between the following formats:
++
| Description | +Download link | +
|---|---|
| YAML file containing all your actions, contexts, projects, tags and notes | +<%= link_to "YAML file", :controller => 'data', :action => 'yaml_export' %> | +
| CSV file containing all of your actions, with named contexts and projects | +<%= link_to "CSV file (actions, contexts and projects)", :controller => 'data', :action => 'csv_actions' %> | +
| CSV file containing all your notes | +<%= link_to "CSV file (notes only)", :controller => 'data', :action => 'csv_notes' %> | +
| XML file containing all your actions, contexts, projects, tags and notes | +<%= link_to "XML file (actions only)", :controller => 'data', :action => 'xml_export' %> | +