Changeset 0bf3bd6 in OpenWorkouts-current for ow


Ignore:
Timestamp:
Feb 7, 2019, 4:11:10 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
4985618
Parents:
01674ff
Message:

Remove the "edit, update, delete" links from the dashboard list of workouts.

No need for them there, those are actions important enough to require clicking
first to go to the workout details page, then choose whatever you want to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/dashboard.pt

    r01674ff r0bf3bd6  
    9494                </a>
    9595            </div>
    96 
    97             <ul class="workout-options">
    98               <li class="owo-edit"><a href="" i18n:translate="" tal:attributes="href request.resource_url(workout, 'edit')"><span>edit</span></a></li>
    99               <li class="owo-update"><a href="" i18n:translate="" tal:attributes="href request.resource_url(workout, 'update-from-file')"><span>update with tracking file</span></a></li>
    100               <li class="owo-del"><a href="" i18n:translate="" tal:attributes="href request.resource_url(workout, 'delete')"><span>delete</span></a></li>
    101             </ul>
    10296
    10397          </article>
Note: See TracChangeset for help on using the changeset viewer.