Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Guidelines
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Redmine
Redmine
Labels
Merge Requests
1
Merge Requests
1
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
External
Guidelines
Commits
aa193c2d
Commit
aa193c2d
authored
Jul 26, 2018
by
Jiří Bruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oprava a lepsi priklad
parent
80803ae6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
DEV/1_CLIENT_MODIFICATIONS.md
DEV/1_CLIENT_MODIFICATIONS.md
+15
-3
No files found.
DEV/1_CLIENT_MODIFICATIONS.md
View file @
aa193c2d
...
...
@@ -29,7 +29,19 @@ You can get additional info by calling:
If you need overwrite template/partial, mark the real changes using html comment in form do block:
<!-- CHANGE DESCRIPTION do -->
<td><
%=
SHOW
SOMETHING
%
></td>
<!-- add td do -->
example
original
<thead>
<th><
%=
l
(
:label_name
)
%
></th>
</thed>
after_change
<thead>
<th><
%=
l
(
:label_name
)
%
></th>
<!-- added th do -->
<th><
%=
l
(
:label_description
)%
></th>
<!-- end -->
</thed>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment