tracks/app/views/projects
Matt Rogers cf62c91ee0 Wrap the project name in a div tag inside the h2 tag
When using inline editing of the project name, the extra stuff that's in
the template for a collapsible project adds a bunch of spaces to the
beginning of the project name due to how the editable plugin is getting
the text for the selector it's being asked to edit.

Using the div tag inside the header tag, and adjusting the javascript to
use the div#project_name selector fixes this behavior and fixes #1204
2011-10-21 12:07:42 -05:00
..
_mobile_project_listing.rhtml Missed some formatted_ helpers not covered by tests 2009-12-07 23:16:21 -05:00
_new_project_form.rhtml fix #1168 by using a new helper to increate the tab_index automatically 2011-05-08 16:40:31 +02:00
_project.rhtml Wrap the project name in a div tag inside the h2 tag 2011-10-21 12:07:42 -05:00
_project_form.rhtml some smallfurther adjustments 2011-09-28 15:34:15 +02:00
_project_listing.rhtml improve sort order of search results and remove delete button for found projects 2011-09-16 12:39:44 +02:00
_project_settings.rhtml enable autocomplete for project settings 2011-03-09 11:58:29 +01:00
_project_state_group.rhtml first cleanups of review feature 2011-09-28 13:58:46 +02:00
actionize.js.erb start fixing sorting of projects 2011-02-03 18:17:02 +01:00
alphabetize.js.erb start fixing sorting of projects 2011-02-03 18:17:02 +01:00
create.js.erb fix the deprecation warnings that were shown during the tests 2011-02-03 18:19:18 +01:00
destroy.js.erb refactor application.rb further and migrate recurring todos 2011-02-03 18:17:29 +01:00
done.html.erb add done views to projects and recurring todos 2011-07-09 17:21:35 +02:00
edit.js.erb enable autocomplete for project settings 2011-03-09 11:58:29 +01:00
error.js.rjs Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
index.html.erb add done views to projects and recurring todos 2011-07-09 17:21:35 +02:00
index.text.erb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
index_mobile.rhtml Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
index_text_projects_and_actions.rhtml fix some whitespace issues with text feed 2008-08-01 15:01:42 +02:00
project_mobile.rhtml migrating to aasm - code part 2011-06-10 23:17:19 +02:00
review.html.erb first cleanups of review feature 2011-09-28 13:58:46 +02:00
show.html.erb fix scenarios for editing a todo, showing empty messages and fix some missing translations 2011-03-09 10:53:54 +01:00
update.js.erb implement new scenarios that were pending from the selenium-on-rails removal and fix a bug it uncovered 2011-09-14 20:50:21 +02:00
update_default_context.js.rjs fix #1102 add spinner to autocomplete and... 2011-02-13 12:58:41 +01:00
update_default_tags.js.rjs fix #1102 add spinner to autocomplete and... 2011-02-13 12:58:41 +01:00
update_project_name.js.rjs fix #1102 add spinner to autocomplete and... 2011-02-13 12:58:41 +01:00
update_status.js.rjs migrating to aasm - code part 2011-06-10 23:17:19 +02:00