Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Roadmap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
Roadmap
Commits
f7a976e0
Commit
f7a976e0
authored
8 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
added back button on milestones overview, transformed roadmap names into links
parent
33346d2b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
php/admin/admin-milestones.php
+1
-0
1 addition, 0 deletions
php/admin/admin-milestones.php
php/admin/admin-roadmaps.php
+1
-1
1 addition, 1 deletion
php/admin/admin-roadmaps.php
with
2 additions
and
1 deletion
php/admin/admin-milestones.php
+
1
−
0
View file @
f7a976e0
...
...
@@ -51,6 +51,7 @@ $projectName = $projectName["Projectname"];
</head>
<body
class=
"grey lighten-3"
>
<a
class=
"waves-effect waves-light btn blue darken-3"
href=
"admin-roadmaps.php"
><i
class=
"material-icons left"
>
arrow_back
</i>
Back
</a>
<div
id=
"main"
>
<div
class=
"container"
>
<h2
class=
"center-align"
id=
"headline"
>
<?php
echo
$projectName
;
?>
</h2>
...
...
This diff is collapsed.
Click to expand it.
php/admin/admin-roadmaps.php
+
1
−
1
View file @
f7a976e0
...
...
@@ -63,7 +63,7 @@ $db->createTables();
{
echo
'<tr>'
.
'<td>'
.
$roadmaps
[
$i
][
'ID'
]
.
'</td>'
.
'<td>'
.
$roadmaps
[
$i
][
'Projectname'
]
.
'</td>'
.
'<td>
<a class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="Open Roadmap" href="../index.php?id='
.
$roadmaps
[
$i
][
'ID'
]
.
'">
'
.
$roadmaps
[
$i
][
'Projectname'
]
.
'</
a></
td>'
.
'<td class="right-align">'
.
'<a class="btn-flat no-padding tooltipped" href="admin-edit-roadmap.php?id='
.
$roadmaps
[
$i
][
'ID'
]
.
'&edit=true" data-position="bottom" data-delay="50" data-tooltip="Rename"><i class="material-icons left">edit</i></a>'
.
'<a class="btn-flat button-delete-roadmap no-padding tooltipped" data-id="'
.
$roadmaps
[
$i
][
'ID'
]
.
'" data-position="bottom" data-delay="50" data-tooltip="Delete"><i class="material-icons left">delete</i></a>'
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment