Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
58d63a66
Commit
58d63a66
authored
Apr 01, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve view with list of badges
parent
b7fa7c4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
app/views/projects/badges/index.html.haml
app/views/projects/badges/index.html.haml
+12
-7
No files found.
app/views/projects/badges/index.html.haml
View file @
58d63a66
...
...
@@ -6,10 +6,15 @@
%b
Builds badge
·
=
@badge
.
to_html
.panel-body
%table
.table
%tr
%td
Markdown
%td
=
markdown
(
"```markdown
\n
#{
@badge
.
to_markdown
}
\n
```"
)
%tr
%td
HTML
%td
=
markdown
(
"```html
\n
#{
@badge
.
to_html
}
\n
```"
)
.row
.col-md-2.text-center
Markdown
.col-md-10
=
markdown
(
"```markdown
\n
#{
@badge
.
to_markdown
}
\n
```"
)
.row
%hr
.row
.col-md-2.text-center
HTML
.col-md-10
=
markdown
(
"```html
\n
#{
@badge
.
to_html
}
\n
```"
)
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