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
iv
gitlab-ce
Commits
91c38a19
Commit
91c38a19
authored
Jun 17, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some semantic to our html
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
3a841324
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
app/views/dashboard/show.html.haml
app/views/dashboard/show.html.haml
+2
-2
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+2
-2
app/views/projects/blob/_blob.html.haml
app/views/projects/blob/_blob.html.haml
+1
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+2
-2
app/views/projects/tree/_readme.html.haml
app/views/projects/tree/_readme.html.haml
+1
-1
No files found.
app/views/dashboard/show.html.haml
View file @
91c38a19
-
if
@has_authorized_projects
.dashboard.row
.activities.col-md-8
%section
.activities.col-md-8
=
render
'activities'
.side.col-md-4.left.responsive-side
%aside
.side.col-md-4.left.responsive-side
=
render
'sidebar'
.fixed.sidebar-expand-button.hidden-lg.hidden-md
...
...
app/views/groups/show.html.haml
View file @
91c38a19
.dashboard
.activities.col-md-8.hidden-sm.hidden-xs
%section
.activities.col-md-8.hidden-sm.hidden-xs
-
if
current_user
=
render
"events/event_last_push"
,
event:
@last_push
=
link_to
dashboard_path
,
class:
'btn btn-tiny'
do
...
...
@@ -16,7 +16,7 @@
-
else
.nothing-here-block
Project activity will be displayed here
=
spinner
.side.col-md-4
%aside
.side.col-md-4
.light-well.append-bottom-20
=
image_tag
group_icon
(
@group
.
path
),
class:
"avatar s90"
.clearfix.light
...
...
app/views/projects/blob/_blob.html.haml
View file @
91c38a19
...
...
@@ -20,7 +20,7 @@
=
render
blob_commit
,
project:
@project
%div
#tree-content-holder
.tree-content-holder
.file-holder
%article
.file-holder
.file-title.clearfix
%i
.icon-file
%span
.file_name
...
...
app/views/projects/show.html.haml
View file @
91c38a19
=
render
"home_panel"
.row
.col-md-9
%section
.col-md-9
=
render
"events/event_last_push"
,
event:
@last_push
=
render
'shared/event_filter'
.content_list
=
spinner
.col-md-3.project-side.hidden-sm.hidden-xs
%aside
.col-md-3.project-side.hidden-sm.hidden-xs
.clearfix
-
if
@project
.
archived?
.alert.alert-warning
...
...
app/views/projects/tree/_readme.html.haml
View file @
91c38a19
.readme-holder
#README
%article
.readme-holder
#README
%h4
.readme-file-title
%i
.icon-file
=
readme
.
name
...
...
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