|
104 | 104 | <%= link_to maketext('Sample Problems') => url_for('sample_problem_index'), |
105 | 105 | target => 'techniques_window', |
106 | 106 | title => maketext('Sample problem code with documentation.'), |
107 | | - class => 'btn btn-sm btn-info', |
| 107 | + class => 'reference-link btn btn-sm btn-info', |
108 | 108 | data => { bs_toggle => 'tooltip', bs_placement => 'top' } =%> |
109 | 109 | <%= link_to maketext('Math Objects') => $ce->{webworkURLs}{MathObjectsHelpURL}, |
110 | 110 | target => 'math_objects', |
111 | 111 | title => maketext('Wiki summary page for MathObjects'), |
112 | | - class => 'btn btn-sm btn-info', |
| 112 | + class => 'reference-link btn btn-sm btn-info', |
113 | 113 | data => { bs_toggle => 'tooltip', bs_placement => 'top' } =%> |
114 | 114 | % # PG POD served locally |
115 | 115 | <%= link_to maketext('POD') => url_for('pod_index'), |
116 | 116 | target => 'pod_docs', |
117 | 117 | title => maketext('Documentation from source code for PG modules and macro files.'), |
118 | | - class => 'btn btn-sm btn-info', |
| 118 | + class => 'reference-link btn btn-sm btn-info', |
119 | 119 | data => { bs_toggle => 'tooltip', bs_placement => 'top' } =%> |
120 | 120 | % # PGML lab problem rendered as an unattached problem in a new window. |
121 | 121 | % my $pgml_lab_source = readFile("$ce->{webworkDirs}{assets}/pg/PGMLLab/PGML-lab.pg"); |
|
124 | 124 | 'PG markdown syntax used to format WeBWorK questions. ' |
125 | 125 | . 'This interactive lab can help you to learn the techniques.' |
126 | 126 | ), |
127 | | - class => 'pgml-lab btn btn-sm btn-info', |
| 127 | + class => 'reference-link pgml-lab btn btn-sm btn-info', |
128 | 128 | data => { source => url_escape($pgml_lab_source), bs_toggle => 'tooltip', bs_placement => 'top' }, |
129 | 129 | 'PGML' =%> |
130 | 130 | <%= link_to maketext('Author Info') => $ce->{webworkURLs}{AuthorHelpURL}, |
131 | 131 | target => 'author_info', |
132 | 132 | title => maketext('Top level of author information on the wiki.'), |
133 | | - class => 'btn btn-sm btn-info', |
| 133 | + class => 'reference-link btn btn-sm btn-info', |
134 | 134 | data => { bs_toggle => 'tooltip', bs_placement => 'top' } =%> |
135 | 135 | % # Only show the report bugs in problem button if editing an OPL or Contrib problem. |
136 | 136 | % if ($ce->{webworkURLs}{OPLBugReporter} |
|
149 | 149 | . 'The very first time you do this you will need to register with an email address so that ' |
150 | 150 | . 'information on the bug fix can be reported back to you.' |
151 | 151 | ), |
152 | | - class => 'btn btn-sm btn-info', |
| 152 | + class => 'reference-link btn btn-sm btn-info', |
153 | 153 | data => { bs_toggle => 'tooltip', bs_placement => 'top' } =%> |
154 | 154 | % } |
155 | 155 | </div> |
|
0 commit comments