~bibledit/bibledit/ubuntu-cloud-beta

« back to all changes in this revision

Viewing changes to jobs/index.cpp

  • Committer: Teus Benschop
  • Date: 2022-10-14 16:03:26 UTC
  • Revision ID: teusjannette@gmail.com-20221014160326-42ybrpft4bblpruk
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    header.refresh (1);
97
97
  }
98
98
  
99
 
  header.setEditorStylesheet ();
 
99
  header.set_editor_stylesheet ();
100
100
 
101
101
  page += header.run ();
102
102
 
103
103
  page += view.render ("jobs", "index");
104
104
  
105
 
  page += Assets_Page::footer ();
 
105
  page += assets_page::footer ();
106
106
  
107
107
  return page;
108
108
}