~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/sourcepackagerecipe-index.pt

  • Committer: Robert Collins
  • Date: 2011-02-27 19:45:44 UTC
  • mfrom: (12475 launchpad)
  • mto: This revision was merged to the branch mainline in revision 12481.
  • Revision ID: robert@canonical.com-20110227194544-wt0gq1zm7b4s9piw
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    }
15
15
    div#edit-recipe_text, div#edit-description {
16
16
      font-family: "UbuntuBeta Mono","Ubuntu Mono",monospace;
 
17
    }
 
18
    div#edit-recipe_text.yui3-editable_text-content,
 
19
    div#edit-description.yui3-editable_text-content {
17
20
      margin-top: -15px;
18
21
    }
19
22
    .build-informational {
146
149
            return;
147
150
        }
148
151
        Y.on('load', function() {
149
 
            var logged_in = LP.client.links['me'] !== undefined;
 
152
            var logged_in = LP.links['me'] !== undefined;
150
153
            if (logged_in) {
151
154
                build_now_link = Y.one('#request-daily-build');
152
155
                if( build_now_link != null ) {