Changeset 144 for trunk/grails-app/views
- Timestamp:
- Oct 3, 2009, 4:05:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r143 r144 47 47 <g:link controller="taskDetailed" 48 48 action="search" 49 params="[searchMyTodays ]">49 params="[searchMyTodays:'true']"> 50 50 Today's 51 51 </g:link> 52 52 <br /> 53 53 <g:link controller="taskDetailed" 54 action="searchMyInTheLastWeek"> 54 action="search" 55 params="[searchMyInTheLastWeek:'true']"> 55 56 In the last week 56 57 </g:link> … … 69 70 <br /> 70 71 <g:link controller="taskDetailed" 71 action="searchInTheLastWeek"> 72 action="search" 73 params="[searchInTheLastWeek:'true']"> 72 74 In the last week 73 75 </g:link>
Note: See TracChangeset
for help on using the changeset viewer.