##// END OF EJS Templates
Merged pt_BR localization
Augusto Herrmann -
r1473:123139d8 merge beta
parent child Browse files
Show More
@@ -46,6 +46,7 b' news'
46 larger repositories.
46 larger repositories.
47 - implements #214 added support for downloading subrepos in download menu.
47 - implements #214 added support for downloading subrepos in download menu.
48 - Added basic API for direct operations on rhodecode via JSON
48 - Added basic API for direct operations on rhodecode via JSON
49 - Implemented advanced hook management
49
50
50 fixes
51 fixes
51 -----
52 -----
@@ -345,6 +345,22 b' Directory ::'
345 All other LDAP settings will likely be site-specific and should be
345 All other LDAP settings will likely be site-specific and should be
346 appropriately configured.
346 appropriately configured.
347
347
348
349
350 Hook management
351 ---------------
352
353 Hooks can be managed in similar way to this used in .hgrc files.
354 To access hooks setting click `advanced setup` on Hooks section of Mercurial
355 Settings in Admin.
356
357 There are 4 built in hooks that cannot be changed (only enable/disable by
358 checkboxes on previos section).
359 To add another custom hook simply fill in first section with
360 <name>.<hook_type> and the second one with hook path. Example hooks
361 can be found at *rhodecode.lib.hooks*.
362
363
348 Setting Up Celery
364 Setting Up Celery
349 -----------------
365 -----------------
350
366
@@ -250,9 +250,13 b' height:40px;'
250 clear:both;
250 clear:both;
251 position:relative;
251 position:relative;
252 background:#003367 url("../images/header_inner.png") repeat-x;
252 background:#003367 url("../images/header_inner.png") repeat-x;
253 border-bottom:2px solid #fff;
254 margin:0;
253 margin:0;
255 padding:0;
254 padding:0;
255 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
256 -webkit-border-radius: 4px 4px 4px 4px;
257 -khtml-border-radius: 4px 4px 4px 4px;
258 -moz-border-radius: 4px 4px 4px 4px;
259 border-radius: 4px 4px 4px 4px;
256 }
260 }
257
261
258 #header #header-inner #home a {
262 #header #header-inner #home a {
@@ -290,7 +294,7 b' position:relative;'
290 float:right;
294 float:right;
291 list-style-type:none;
295 list-style-type:none;
292 list-style-position:outside;
296 list-style-position:outside;
293 margin:10px 5px 0 0;
297 margin:6px 5px 0 0;
294 padding:0;
298 padding:0;
295 }
299 }
296
300
@@ -311,8 +315,12 b' overflow:hidden;'
311 color:#FFF;
315 color:#FFF;
312 font-weight:700;
316 font-weight:700;
313 text-decoration:none;
317 text-decoration:none;
314 background:#369 url("../images/quick_l.png") no-repeat top left;
318 background:#369;
315 padding:0;
319 padding:0;
320 -webkit-border-radius: 4px 4px 4px 4px;
321 -khtml-border-radius: 4px 4px 4px 4px;
322 -moz-border-radius: 4px 4px 4px 4px;
323 border-radius: 4px 4px 4px 4px;
316 }
324 }
317
325
318 #header #header-inner #quick li span.short {
326 #header #header-inner #quick li span.short {
@@ -325,7 +333,6 b' right:0;'
325 height:1%;
333 height:1%;
326 display:block;
334 display:block;
327 float:left;
335 float:left;
328 background:url("../images/quick_r.png") no-repeat top right;
329 border-left:1px solid #3f6f9f;
336 border-left:1px solid #3f6f9f;
330 margin:0;
337 margin:0;
331 padding:10px 12px 8px 10px;
338 padding:10px 12px 8px 10px;
@@ -340,7 +347,6 b' padding:10px 12px 8px;'
340 top:0;
347 top:0;
341 left:0;
348 left:0;
342 border-left:none;
349 border-left:none;
343 background:url("../images/quick_l.png") no-repeat top left;
344 border-right:1px solid #2e5c89;
350 border-right:1px solid #2e5c89;
345 padding:8px 8px 4px;
351 padding:8px 8px 4px;
346 }
352 }
@@ -355,18 +361,16 b' padding:9px 4px 4px;'
355 }
361 }
356
362
357 #header #header-inner #quick li a:hover {
363 #header #header-inner #quick li a:hover {
358 background:#4e4e4e url("../images/quick_l_selected.png") no-repeat top left;
364 background:#4e4e4e no-repeat top left;
359 }
365 }
360
366
361 #header #header-inner #quick li a:hover span {
367 #header #header-inner #quick li a:hover span {
362 border-left:1px solid #545454;
368 border-left:1px solid #545454;
363 background:url("../images/quick_r_selected.png") no-repeat top right;
364 }
369 }
365
370
366 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short {
371 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short {
367 border-left:none;
372 border-left:none;
368 border-right:1px solid #464646;
373 border-right:1px solid #464646;
369 background:url("../images/quick_l_selected.png") no-repeat top left;
370 }
374 }
371
375
372 #header #header-inner #quick ul {
376 #header #header-inner #quick ul {
@@ -617,6 +621,12 b' overflow:hidden;'
617 background:#fff;
621 background:#fff;
618 margin:0 0 10px;
622 margin:0 0 10px;
619 padding:0 0 10px;
623 padding:0 0 10px;
624 -webkit-border-radius: 4px 4px 4px 4px;
625 -khtml-border-radius: 4px 4px 4px 4px;
626 -moz-border-radius: 4px 4px 4px 4px;
627 border-radius: 4px 4px 4px 4px;
628 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
629
620 }
630 }
621
631
622 #content div.box-left {
632 #content div.box-left {
@@ -1034,55 +1044,13 b' margin:0;'
1034 padding:0 0 0 8px;
1044 padding:0 0 0 8px;
1035 }
1045 }
1036
1046
1037 div.form div.fields div.field div.highlight .ui-button {
1038 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1039 border-top:1px solid #5c91a4;
1040 border-left:1px solid #2a6f89;
1041 border-right:1px solid #2b7089;
1042 border-bottom:1px solid #1a6480;
1043 color:#FFF;
1044 margin:0;
1045 padding:6px 12px;
1046 }
1047
1048 div.form div.fields div.field div.highlight .ui-state-hover {
1049 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1050 border-top:1px solid #78acbf;
1051 border-left:1px solid #34819e;
1052 border-right:1px solid #35829f;
1053 border-bottom:1px solid #257897;
1054 color:#FFF;
1055 margin:0;
1056 padding:6px 12px;
1057 }
1058
1059 #content div.box div.form div.fields div.buttons div.highlight input.ui-button {
1060 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1061 border-top:1px solid #5c91a4;
1062 border-left:1px solid #2a6f89;
1063 border-right:1px solid #2b7089;
1064 border-bottom:1px solid #1a6480;
1065 color:#fff;
1066 margin:0;
1067 padding:6px 12px;
1068 }
1069
1070 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover {
1071 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1072 border-top:1px solid #78acbf;
1073 border-left:1px solid #34819e;
1074 border-right:1px solid #35829f;
1075 border-bottom:1px solid #257897;
1076 color:#fff;
1077 margin:0;
1078 padding:6px 12px;
1079 }
1080
1047
1081 #content div.box table {
1048 #content div.box table {
1082 width:100%;
1049 width:100%;
1083 border-collapse:collapse;
1050 border-collapse:collapse;
1084 margin:0;
1051 margin:0;
1085 padding:0;
1052 padding:0;
1053 border: 1px solid #eee;
1086 }
1054 }
1087
1055
1088 #content div.box table th {
1056 #content div.box table th {
@@ -1341,7 +1309,11 b' margin:-10px 0 0;'
1341
1309
1342 #footer div#footer-inner {
1310 #footer div#footer-inner {
1343 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1311 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1344 border-top:2px solid #FFFFFF;
1312 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1313 -webkit-border-radius: 4px 4px 4px 4px;
1314 -khtml-border-radius: 4px 4px 4px 4px;
1315 -moz-border-radius: 4px 4px 4px 4px;
1316 border-radius: 4px 4px 4px 4px;
1345 }
1317 }
1346
1318
1347 #footer div#footer-inner p {
1319 #footer div#footer-inner p {
@@ -1422,16 +1394,32 b' height: 150px;'
1422 position: absolute;
1394 position: absolute;
1423 margin-left: -16px;
1395 margin-left: -16px;
1424 width: 281px;
1396 width: 281px;
1425 border-radius: 0 0 8px 8px;
1397 -webkit-border-radius: 0px 0px 4px 4px;
1398 -khtml-border-radius: 0px 0px 4px 4px;
1399 -moz-border-radius: 0px 0px 4px 4px;
1400 border-radius: 0px 0px 4px 4px;
1401
1426 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1402 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1427 }
1403 }
1428
1404
1429 #quick_login .password_forgoten{
1405 #quick_login .password_forgoten{
1430 padding-right:10px;
1406 padding-right:10px;
1431 padding-top:10px;
1407 padding-top:0px;
1432 float:left;
1408 float:left;
1433 }
1409 }
1434
1410 #quick_login .password_forgoten a{
1411 font-size: 10px
1412 }
1413
1414 #quick_login .register{
1415 padding-right:10px;
1416 padding-top:5px;
1417 float:left;
1418 }
1419
1420 #quick_login .register a{
1421 font-size: 10px
1422 }
1435 #quick_login div.form div.fields{
1423 #quick_login div.form div.fields{
1436 padding-top: 2px;
1424 padding-top: 2px;
1437 padding-left:10px;
1425 padding-left:10px;
@@ -1465,18 +1453,7 b' clear:both;'
1465 overflow:hidden;
1453 overflow:hidden;
1466 text-align:right;
1454 text-align:right;
1467 margin:0;
1455 margin:0;
1468 padding:10px 14px 0;
1456 padding:10px 14px 3px 5px;
1469 }
1470
1471 #quick_login div.form div.fields div.buttons input.ui-button{
1472 background:#e5e3e3 url("../images/button.png") repeat-x;
1473 border-top:1px solid #DDD;
1474 border-left:1px solid #c6c6c6;
1475 border-right:1px solid #DDD;
1476 border-bottom:1px solid #c6c6c6;
1477 color:#515151;
1478 margin:0;
1479 padding:4px 10px;
1480 }
1457 }
1481
1458
1482 #quick_login div.form div.links {
1459 #quick_login div.form div.links {
@@ -1534,13 +1511,6 b' margin:0;'
1534 padding:10px 0 0 150px;
1511 padding:10px 0 0 150px;
1535 }
1512 }
1536
1513
1537 #register div.form div.fields div.buttons div.highlight input.ui-button {
1538 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
1539 color:#FFF;
1540 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
1541 border-style:solid;
1542 border-width:1px;
1543 }
1544
1514
1545 #register div.form div.activation_msg {
1515 #register div.form div.activation_msg {
1546 padding-top:4px;
1516 padding-top:4px;
@@ -1904,6 +1874,9 b' div.browserblock .search_activate #filte'
1904 vertical-align: sub;
1874 vertical-align: sub;
1905 border: 1px solid;
1875 border: 1px solid;
1906 padding:2px;
1876 padding:2px;
1877 -webkit-border-radius: 4px 4px 4px 4px;
1878 -khtml-border-radius: 4px 4px 4px 4px;
1879 -moz-border-radius: 4px 4px 4px 4px;
1907 border-radius: 4px 4px 4px 4px;
1880 border-radius: 4px 4px 4px 4px;
1908 background: url("../images/button.png") repeat-x scroll 0 0 #E5E3E3;
1881 background: url("../images/button.png") repeat-x scroll 0 0 #E5E3E3;
1909 border-color: #DDDDDD #DDDDDD #C6C6C6 #C6C6C6;
1882 border-color: #DDDDDD #DDDDDD #C6C6C6 #C6C6C6;
@@ -2343,7 +2316,7 b' padding:2px 2px 0;'
2343 -webkit-border-radius: 6px;
2316 -webkit-border-radius: 6px;
2344 -khtml-border-radius: 6px;
2317 -khtml-border-radius: 6px;
2345 -moz-border-radius: 6px;
2318 -moz-border-radius: 6px;
2346 borderradius: 6px;
2319 border-radius: 6px;
2347
2320
2348 }
2321 }
2349
2322
@@ -2351,7 +2324,7 b' div.gravatar img {'
2351 -webkit-border-radius: 4px;
2324 -webkit-border-radius: 4px;
2352 -khtml-border-radius: 4px;
2325 -khtml-border-radius: 4px;
2353 -moz-border-radius: 4px;
2326 -moz-border-radius: 4px;
2354 borderradius: 4px;
2327 border-radius: 4px;
2355 }
2328 }
2356
2329
2357 #header,#content,#footer {
2330 #header,#content,#footer {
@@ -2359,7 +2332,6 b' min-width:978px;'
2359 }
2332 }
2360
2333
2361 #content {
2334 #content {
2362 min-height:100%;
2363 clear:both;
2335 clear:both;
2364 overflow:hidden;
2336 overflow:hidden;
2365 padding:14px 10px;
2337 padding:14px 10px;
@@ -2374,14 +2346,8 b' border-left:1px solid #316293;'
2374 border:1px solid #316293;
2346 border:1px solid #316293;
2375 }
2347 }
2376
2348
2377 #content div.box div.title div.search div.button input.ui-button {
2349
2378 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2350 input.ui-button-small {
2379 border:1px solid #316293;
2380 border-left:none;
2381 color:#FFF;
2382 }
2383
2384 #content div.box input.ui-button-small {
2385 background:#e5e3e3 url("../images/button.png") repeat-x;
2351 background:#e5e3e3 url("../images/button.png") repeat-x;
2386 border-top:1px solid #DDD;
2352 border-top:1px solid #DDD;
2387 border-left:1px solid #c6c6c6;
2353 border-left:1px solid #c6c6c6;
@@ -2390,45 +2356,41 b' border-bottom:1px solid #c6c6c6;'
2390 color:#515151;
2356 color:#515151;
2391 outline:none;
2357 outline:none;
2392 margin:0;
2358 margin:0;
2393 }
2359 -webkit-border-radius: 4px 4px 4px 4px;
2394
2360 -khtml-border-radius: 4px 4px 4px 4px;
2395 #content div.box input.ui-button-small-blue {
2361 -moz-border-radius: 4px 4px 4px 4px;
2362 border-radius: 4px 4px 4px 4px;
2363 box-shadow: 0 1px 0 #ececec;
2364 cursor: pointer;
2365 }
2366
2367 input.ui-button-small:hover {
2368 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2369 border-top:1px solid #ccc;
2370 border-left:1px solid #bebebe;
2371 border-right:1px solid #b1b1b1;
2372 border-bottom:1px solid #afafaf;
2373 }
2374
2375 input.ui-button-small-blue {
2396 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2376 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2397 border-top:1px solid #5c91a4;
2377 border-top:1px solid #5c91a4;
2398 border-left:1px solid #2a6f89;
2378 border-left:1px solid #2a6f89;
2399 border-right:1px solid #2b7089;
2379 border-right:1px solid #2b7089;
2400 border-bottom:1px solid #1a6480;
2380 border-bottom:1px solid #1a6480;
2401 color:#fff;
2381 color:#fff;
2402 }
2382 -webkit-border-radius: 4px 4px 4px 4px;
2403
2383 -khtml-border-radius: 4px 4px 4px 4px;
2404 #content div.box input.ui-button-small submit,button{
2384 -moz-border-radius: 4px 4px 4px 4px;
2385 border-radius: 4px 4px 4px 4px;
2386 box-shadow: 0 1px 0 #ececec;
2405 cursor: pointer;
2387 cursor: pointer;
2406 }
2388 }
2407
2389
2408 #content div.box div.title div.search div.button input.ui-state-hover {
2390 input.ui-button-small-blue:hover {
2409 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2391
2410 border:1px solid #316293;
2392 }
2411 border-left:none;
2393
2412 color:#FFF;
2413 }
2414
2415 #content div.box div.form div.fields div.field div.highlight .ui-button {
2416 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2417 border-top:1px solid #5c91a4;
2418 border-left:1px solid #2a6f89;
2419 border-right:1px solid #2b7089;
2420 border-bottom:1px solid #1a6480;
2421 color:#fff;
2422 }
2423
2424 #content div.box div.form div.fields div.field div.highlight .ui-state-hover {
2425 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2426 border-top:1px solid #78acbf;
2427 border-left:1px solid #34819e;
2428 border-right:1px solid #35829f;
2429 border-bottom:1px solid #257897;
2430 color:#fff;
2431 }
2432
2394
2433 ins,div.options a:hover {
2395 ins,div.options a:hover {
2434 text-decoration:none;
2396 text-decoration:none;
@@ -2562,7 +2524,7 b' font-weight:700;'
2562 margin:0;
2524 margin:0;
2563 }
2525 }
2564
2526
2565 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button {
2527 input.ui-button {
2566 background:#e5e3e3 url("../images/button.png") repeat-x;
2528 background:#e5e3e3 url("../images/button.png") repeat-x;
2567 border-top:1px solid #DDD;
2529 border-top:1px solid #DDD;
2568 border-left:1px solid #c6c6c6;
2530 border-left:1px solid #c6c6c6;
@@ -2572,18 +2534,20 b' color:#515151;'
2572 outline:none;
2534 outline:none;
2573 margin:0;
2535 margin:0;
2574 padding:6px 12px;
2536 padding:6px 12px;
2575 }
2537 -webkit-border-radius: 4px 4px 4px 4px;
2576
2538 -khtml-border-radius: 4px 4px 4px 4px;
2577 div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover {
2539 -moz-border-radius: 4px 4px 4px 4px;
2540 border-radius: 4px 4px 4px 4px;
2541 box-shadow: 0 1px 0 #ececec;
2542 cursor: pointer;
2543 }
2544
2545 input.ui-button:hover {
2578 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2546 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2579 border-top:1px solid #ccc;
2547 border-top:1px solid #ccc;
2580 border-left:1px solid #bebebe;
2548 border-left:1px solid #bebebe;
2581 border-right:1px solid #b1b1b1;
2549 border-right:1px solid #b1b1b1;
2582 border-bottom:1px solid #afafaf;
2550 border-bottom:1px solid #afafaf;
2583 color:#515151;
2584 outline:none;
2585 margin:0;
2586 padding:6px 12px;
2587 }
2551 }
2588
2552
2589 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
2553 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
@@ -2610,16 +2574,6 b' margin:6px 0 0;'
2610 padding:0;
2574 padding:0;
2611 }
2575 }
2612
2576
2613 #content div.box div.action div.button input.ui-button,#login div.form div.fields div.buttons input.ui-button,#register div.form div.fields div.buttons input.ui-button {
2614 background:#e5e3e3 url("../images/button.png") repeat-x;
2615 border-top:1px solid #DDD;
2616 border-left:1px solid #c6c6c6;
2617 border-right:1px solid #DDD;
2618 border-bottom:1px solid #c6c6c6;
2619 color:#515151;
2620 margin:0;
2621 padding:6px 12px;
2622 }
2623
2577
2624 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover {
2578 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover {
2625 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2579 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
@@ -141,11 +141,11 b''
141 <a href="${h.url('summary_home',repo_name=repo['dbrepo_fork']['repo_name'])}">
141 <a href="${h.url('summary_home',repo_name=repo['dbrepo_fork']['repo_name'])}">
142 <img class="icon" alt="${_('public')}"
142 <img class="icon" alt="${_('public')}"
143 title="${_('Fork of')} ${repo['dbrepo_fork']['repo_name']}"
143 title="${_('Fork of')} ${repo['dbrepo_fork']['repo_name']}"
144 src="${h.url("/images/icons/arrow_divide.png")}"/></a>
144 src="${h.url('/images/icons/arrow_divide.png')}"/></a>
145 %endif
145 %endif
146 </td>
146 </td>
147 <td><span class="tooltip" title="${repo['repo'].last_change}">${("r%s:%s") % (h.get_changeset_safe(repo['repo'],'tip').revision,h.short_id(h.get_changeset_safe(repo['repo'],'tip').raw_id))}</span></td>
147 <td><span class="tooltip" title="${repo['last_change']}">${("r%s:%s") % (repo['rev'],h.short_id(repo['tip']))}</span></td>
148 <td><a href="${h.url('repo_settings_home',repo_name=repo['name'])}" title="${_('edit')}"><img class="icon" alt="${_('private')}" src="${h.url("/images/icons/application_form_edit.png")}"/></a></td>
148 <td><a href="${h.url('repo_settings_home',repo_name=repo['name'])}" title="${_('edit')}"><img class="icon" alt="${_('private')}" src="${h.url('/images/icons/application_form_edit.png')}"/></a></td>
149 <td>
149 <td>
150 ${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')}
150 ${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')}
151 ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
151 ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
@@ -29,7 +29,13 b''
29
29
30 </div>
30 </div>
31 <div class="buttons">
31 <div class="buttons">
32 <div class="password_forgoten">${h.link_to(_('Forgot password ?'),h.url('reset_password'))}</div>${h.submit('sign_in','Sign In',class_="ui-button")}
32 <div class="password_forgoten">${h.link_to(_('Forgot password ?'),h.url('reset_password'))}</div>
33 <div class="register">
34 %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
35 ${h.link_to(_("Don't have an account ?"),h.url('register'))}
36 %endif
37 </div>
38 ${h.submit('sign_in','Sign In',class_="ui-button")}
33 </div>
39 </div>
34 </div>
40 </div>
35 </div>
41 </div>
@@ -63,7 +69,7 b''
63 %endif
69 %endif
64 </ul>
70 </ul>
65 <!-- end user -->
71 <!-- end user -->
66 <div id="header-inner" class="title top-left-rounded-corner top-right-rounded-corner">
72 <div id="header-inner" class="title">
67 <div id="logo">
73 <div id="logo">
68 <h1><a href="${h.url('home')}">${c.rhodecode_name}</a></h1>
74 <h1><a href="${h.url('home')}">${c.rhodecode_name}</a></h1>
69 </div>
75 </div>
@@ -95,7 +101,7 b''
95
101
96 <!-- FOOTER -->
102 <!-- FOOTER -->
97 <div id="footer">
103 <div id="footer">
98 <div id="footer-inner" class="title bottom-left-rounded-corner bottom-right-rounded-corner">
104 <div id="footer-inner" class="title">
99 <div>
105 <div>
100 <p class="footer-link">
106 <p class="footer-link">
101 <a href="${h.url('bugtracker')}">${_('Submit a bug')}</a>
107 <a href="${h.url('bugtracker')}">${_('Submit a bug')}</a>
General Comments 0
You need to be logged in to leave comments. Login now