Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sucs-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Mathew Ian Estienne
sucs-site
Commits
79a79fd2
Commit
79a79fd2
authored
9 years ago
by
Imran Hussain
Browse files
Options
Downloads
Patches
Plain Diff
Fix short uri page not displaying the box thing properly.
Horrible hack that works for now. To be gotten rid of in redesign.
parent
0758bd46
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/uri.tpl
+2
-2
2 additions, 2 deletions
templates/uri.tpl
with
2 additions
and
2 deletions
templates/uri.tpl
+
2
−
2
View file @
79a79fd2
...
...
@@ -13,7 +13,7 @@ $this->append('extra_scripts', $script);
<div
class=
"box"
style=
"width: 80%; margin: auto;"
>
<div
class=
"boxhead"
><h2>
Create a ShortURI
</h2></div>
<div
class=
"boxcontent"
>
<div
class=
"boxcontent"
style=
"height: 69px;"
>
<form
class=
"admin"
action=
"
{
$path
}
"
method=
"POST"
>
<div
class=
"row"
>
<label
for=
"uri"
>
URI
</label>
...
...
@@ -31,4 +31,4 @@ $this->append('extra_scripts', $script);
</div>
{/
if
}
{
if
$uri
}
<p>
Your ShortURI is
<a
href=
"
{
$uri
}
"
>
{
$uri
}
</a></p>
{/
if
}
{
if
$uri
}
<p>
Your ShortURI is
<a
href=
"
{
$uri
}
"
>
{
$uri
}
</a></p>
{/
if
}
\ No newline at end of file
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