~thomir-deactivatedaccount/sloecode/fix-menu-flashing

« back to all changes in this revision

Viewing changes to sloecode/templates/person-details.html

  • Committer: Thomi Richards
  • Date: 2012-01-14 16:05:12 UTC
  • mfrom: (141.1.2 guy_test)
  • Revision ID: thomir@gmail.com-20120114160512-4llyg3w78tn5arnf
Cleaned up image asset locations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
            </tr>
65
65
          {% for branch in branches %}
66
66
            <tr>
67
 
              <td>{{h.image(h.url('/bzr_icon.png'), 'Bazaar Branch')}}</td>
 
67
              <td>{{h.image(h.url('/images/bzr_icon.png'), 'Bazaar Branch')}}</td>
68
68
              <td>{{branch.get_name()}}</td>
69
69
              <td>{{branch.get_last_revision_number()}} revisions</td>
70
 
              <td>{{h.link_to(h.image(h.url('/application-list.png'), 'Branch Log'),
 
70
              <td>{{h.link_to(h.image(h.url('/images/application-list.png'), 'Branch Log'),
71
71
                    h.url(controller='person', person_name=person.login,
72
72
                    action='branch_log', branch_name=branch.get_name()),
73
73
                    title="Branch Log")}}
74
 
                  {{h.link_to(h.image(h.url('/bin-exclamation.png'), 'Delete Branch'),
 
74
                  {{h.link_to(h.image(h.url('/images/bin-exclamation.png'), 'Delete Branch'),
75
75
                    h.url(controller='person', person_name=person.login,
76
76
                    action='delete_branch', branch_name=branch.get_name()),
77
77
                    title="Delete Branch",